Skip to content

Commit

Permalink
bump Go version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
kazegusuri committed Sep 17, 2023
1 parent c064ccd commit 9223442
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.21'
- run: go version
- run: make setup-emulator
- name: make test with Cloud Spanner Emulator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '*'

env:
GO_VERSION: "~1.18"
GO_VERSION: "~1.21"

jobs:
goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18 as build
FROM golang:1.21 as build

ARG VERSION

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/cloudspannerecosystem/wrench

go 1.18
go 1.21

require (
cloud.google.com/go/spanner v1.49.0
Expand Down

0 comments on commit 9223442

Please sign in to comment.