Skip to content

Commit

Permalink
Bump to (tama)go1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Mar 4, 2024
1 parent 2baed93 commit 44f6701
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.21.5
TAMAGO_VERSION: 1.22.0
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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-bookworm
FROM golang:1.22-bookworm

ARG TAMAGO_VERSION
ARG LOG_ORIGIN
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SRK_HASH ?=
PROTOC ?= /usr/bin/protoc

TAMAGO_SEMVER = $(shell [ -n "${TAMAGO}" -a -x "${TAMAGO}" ] && ${TAMAGO} version | sed 's/.*go\([0-9]\.[0-9]*\.[0-9]*\).*/\1/')
MINIMUM_TAMAGO_VERSION=1.21.5
MINIMUM_TAMAGO_VERSION=1.22.0

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-os

go 1.21.5
go 1.22.0

require (
github.com/cheggaaa/pb/v3 v3.1.5
Expand Down
2 changes: 1 addition & 1 deletion release/cloudbuild_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ substitutions:
#
# Build-related.
_FIRMWARE_BUCKET: 'armored-witness-firmware-ci-2'
_TAMAGO_VERSION: '1.21.5'
_TAMAGO_VERSION: '1.22.0'
# Log-related.
_ENTRIES_DIR: 'firmware-log-sequence'
# This must correspond with the trailing number on the _FIRMWARE_BUCKET, _ORIGIN, _LOG_NAME values.
Expand Down
2 changes: 1 addition & 1 deletion release/cloudbuild_presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ substitutions:
#
# Build-related.
_FIRMWARE_BUCKET: 'armored-witness-firmware-ci-1'
_TAMAGO_VERSION: '1.21.5'
_TAMAGO_VERSION: '1.22.0'
# This must correspond with the trailing number on the _FIRMWARE_BUCKET, _ORIGIN values.
_KEY_VERSION: '1'
_ORIGIN: 'transparency.dev/armored-witness/firmware_transparency/ci/1'
Expand Down

0 comments on commit 44f6701

Please sign in to comment.