Skip to content

Commit

Permalink
Merge pull request #121 from CircleCI-Public/SNC-561-patch-go-version
Browse files Browse the repository at this point in the history
[SNC-561] Update build image to Go 1.20.12
  • Loading branch information
jbialy authored Dec 15, 2023
2 parents ada4863 + 7af82d0 commit e01f013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
executors:
go:
docker:
- image: cimg/go:1.20
- image: cimg/go:1.20.12
environment:
CGO_ENABLED: 0

Expand Down

0 comments on commit e01f013

Please sign in to comment.