Skip to content

Commit

Permalink
Bump go and tamago to latest version
Browse files Browse the repository at this point in the history
Started on this journey because transparency-dev/armored-witness-common#36 failed due to old version. May as well bring everything up to the latest version of tamago.
  • Loading branch information
mhutchinson committed Sep 5, 2024
1 parent 89494ac commit 2057136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2057136

Please sign in to comment.