Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
sters committed Oct 16, 2023
1 parent d52b22f commit cec98e2
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.18-buster
- image: golang:1.19-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.18
go 1.19

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

0 comments on commit cec98e2

Please sign in to comment.