Skip to content

Commit

Permalink
update go version to 1.20 for googleapis/google-cloud-go#10193
Browse files Browse the repository at this point in the history
  • Loading branch information
nktks committed Aug 2, 2024
1 parent ca862c7 commit 917020e
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 @@ -3,7 +3,7 @@ version: 2
jobs:
test:
docker:
- image: golang:1.19-buster
- image: golang:1.20-buster
environment:
GO111MODULE: 'on'
working_directory: /go/src/handy-spanner
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 github.com/gcpug/handy-spanner

go 1.19
go 1.20

require (
cloud.google.com/go v0.115.0
Expand Down

0 comments on commit 917020e

Please sign in to comment.