Skip to content

Commit

Permalink
Update Go to 1.20.1 for 1.13.0 (hashicorp#19357)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendpclark authored Feb 24, 2023
1 parent c496011 commit 3804125
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .circleci/config/executors/@executors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ references:
GOTESTSUM_VERSION: 0.5.2 # Pin gotestsum to patch version (ex: 1.2.3)
GOFUMPT_VERSION: 0.3.1 # Pin gofumpt to patch version (ex: 1.2.3)
GO_TAGS: ""
GO_IMAGE: &GO_IMAGE "docker.mirror.hashicorp.services/cimg/go:1.20"
GO_IMAGE: &GO_IMAGE "docker.mirror.hashicorp.services/cimg/go:1.20.1"
go-machine:
machine:
image: ubuntu-2004:2022.10.1
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20
1.20.1
2 changes: 1 addition & 1 deletion changelog/_go-ver-1130.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:change
core: Bump Go version to 1.20.
core: Bump Go version to 1.20.1.
```

0 comments on commit 3804125

Please sign in to comment.