Skip to content

Commit

Permalink
fix: upgrade go version to latest (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
iandyh authored Jan 6, 2025
1 parent e80c8e5 commit a8dbe3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: '1.23.4'

- id: 'auth'
uses: 'google-github-actions/auth@v1'
Expand Down
2 changes: 1 addition & 1 deletion shibuya/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rakutentech/shibuya/shibuya

go 1.19
go 1.23.4

require (
cloud.google.com/go/storage v1.10.0
Expand Down
1 change: 1 addition & 0 deletions shibuya/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
Expand Down

0 comments on commit a8dbe3b

Please sign in to comment.