Skip to content

Commit

Permalink
Bump Tamago to 1.22.4 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter authored Jun 26, 2024
1 parent c7a83db commit 2940442
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
jobs:
build:
env:
TAMAGO_VERSION: 1.22.0
TAMAGO_VERSION: 1.22.4
TAMAGO: /usr/local/tamago-go/bin/go
APPLET_PRIVATE_KEY: /tmp/applet.sec
APPLET_PUBLIC_KEY: /tmp/applet.pub
Expand Down
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.0
MINIMUM_TAMAGO_VERSION=1.22.4

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.0
go 1.22.4

require (
github.com/beevik/ntp v1.4.3
Expand Down

0 comments on commit 2940442

Please sign in to comment.