Skip to content

Commit

Permalink
update go version definition in go.mod (#41)
Browse files Browse the repository at this point in the history
Our ci jobs are using `go-version-file: './go.mod'` to set the go
version to use, and that is point to go `1.21.2` which is not the
latest.

from on latest ci execution: `Attempting to download 1.21.2...` -
https://github.com/chainguard-dev/octo-sts/actions/runs/7623790868/job/20764546026

this will make to the latest available
  • Loading branch information
cpanato authored Jan 23, 2024
1 parent a29ece7 commit 4828a6f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/chainguard-dev/octo-sts

go 1.21.2

toolchain go1.21.6
go 1.21.6

require (
chainguard.dev/go-grpc-kit v0.17.2
Expand Down

0 comments on commit 4828a6f

Please sign in to comment.