Skip to content

Commit

Permalink
chore: upgrade go version to 1.19 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
iandyh authored Dec 16, 2024
1 parent c5a9487 commit e3f536b
Show file tree
Hide file tree
Showing 2 changed files with 2 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.18'
go-version: '1.19'

- 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.18
go 1.19

require (
cloud.google.com/go/storage v1.10.0
Expand Down

0 comments on commit e3f536b

Please sign in to comment.