Skip to content

Commit

Permalink
chore: bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
abskrj committed Oct 27, 2023
1 parent 22c019e commit a9ac855
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Build
run: go build -v
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.21
- uses: actions/checkout@v3
- name: Tidy
run: go mod tidy
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 zestream-server

go 1.19
go 1.21

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

0 comments on commit a9ac855

Please sign in to comment.