File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88jobs :
99 build :
1010 env :
11- TAMAGO_VERSION : 1.24.1
11+ TAMAGO_VERSION : 1.24.3
1212 TAMAGO : /usr/local/tamago-go/bin/go
1313 APPLET_PRIVATE_KEY : /tmp/applet.sec
1414 APPLET_PUBLIC_KEY : /tmp/applet.pub
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ SRK_HASH ?=
2121PROTOC ?= $(shell which protoc)
2222
2323TAMAGO_SEMVER = $(shell [ -n "${TAMAGO}" -a -x "${TAMAGO}" ] && ${TAMAGO} version | sed 's/.* go\([0-9]\.[0-9]* \.[0-9]* \) .*/\1/')
24- MINIMUM_TAMAGO_VERSION =1.24.1
24+ MINIMUM_TAMAGO_VERSION =1.24.3
2525
2626SHELL = /usr/bin/env bash
2727
Original file line number Diff line number Diff line change 11module github.com/transparency-dev/armored-witness-os
22
3- go 1.24.1
3+ go 1.24.3
44
55require (
66 github.com/coreos/go-semver v0.3.1
You can’t perform that action at this time.
0 commit comments