Skip to content

Commit

Permalink
Update go to 1.23.4
Browse files Browse the repository at this point in the history
Change-Id: I4a660623799dc3bb172f05a0bd5d60e4ff1c8154
Reviewed-on: https://fuchsia-review.googlesource.com/c/shac-project/shac/+/1183852
Fuchsia-Auto-Submit: Oliver Newman <olivernewman@google.com>
Reviewed-by: Ina Huh <ihuh@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
  • Loading branch information
orn688 authored and CQ Bot committed Jan 7, 2025
1 parent f304272 commit bf297ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@

module go.fuchsia.dev/shac-project/shac

go 1.22.0

toolchain go1.23.4
go 1.23.4

require (
github.com/go-git/go-git/v5 v5.13.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if ! command -v "go" > /dev/null; then
export GOROOT="$CIPD_ROOT/go"
echo "- Installing Go from CIPD..."
cipd init -force "$GOROOT"
cipd install -log-level error -root "$GOROOT" 'infra/3pp/tools/go/${platform}' version:2@1.22.3
cipd install -log-level error -root "$GOROOT" 'infra/3pp/tools/go/${platform}' version:3@1.23.4
export PATH="$GOROOT/bin:$PATH"
echo ""
fi
Expand Down

0 comments on commit bf297ac

Please sign in to comment.