Skip to content

Commit

Permalink
Merge pull request petoju#68 from petoju/feature/upgrade-go-version
Browse files Browse the repository at this point in the history
Upgrade go version to 1.20
  • Loading branch information
petoju authored Mar 9, 2023
2 parents 7e35fed + b831ccc commit 9bbc5fd
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 @@ -5,7 +5,7 @@ version: 2.1
jobs:
gotest:
docker:
- image: golang:1.18
- image: golang:1.20
working_directory: /terraform-provider-mysql
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ require (
google.golang.org/protobuf v1.28.1 // indirect
)

go 1.18
go 1.20

0 comments on commit 9bbc5fd

Please sign in to comment.