Skip to content

Commit

Permalink
Go 1.21 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Nov 16, 2023
1 parent 2630ece commit edaac5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.1
executors:
go-build:
docker:
- image: us-docker.pkg.dev/pantheon-artifacts/internal/go-build:1.20
- image: us-docker.pkg.dev/pantheon-artifacts/internal/go-build:1.21
auth:
username: _json_key
password: $CIRCLE_CI_COMMON_KEY
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 sites-yml-validator

go 1.20
go 1.21

require (
github.com/spf13/cobra v1.8.0
Expand Down

0 comments on commit edaac5e

Please sign in to comment.