From 2057136c9e5840088b7ecdf6652ce2cbc7e7a8bc Mon Sep 17 00:00:00 2001 From: Martin Hutchinson Date: Thu, 5 Sep 2024 10:10:42 +0000 Subject: [PATCH] Bump go and tamago to latest version Started on this journey because https://github.com/transparency-dev/armored-witness-common/pull/36 failed due to old version. May as well bring everything up to the latest version of tamago. --- Makefile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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