diff --git a/Makefile b/Makefile index 1c93e03..ec4fa58 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ REST_DISTRIBUTOR_BASE_URL ?= https://api.transparency.dev BASTION_ADDR ?= TAMAGO_SEMVER = $(shell [ -n "${TAMAGO}" -a -x "${TAMAGO}" ] && ${TAMAGO} version | sed 's/.*go\([0-9]\.[0-9]*\.[0-9]*\).*/\1/') -MINIMUM_TAMAGO_VERSION=1.22.4 +MINIMUM_TAMAGO_VERSION=1.22.6 SHELL = /bin/bash diff --git a/go.mod b/go.mod index fa5abb3..9b9eebb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/transparency-dev/armored-witness-applet -go 1.22.4 +go 1.22.6 require ( github.com/beevik/ntp v1.4.3