Skip to content

Commit

Permalink
Bumping Go version
Browse files Browse the repository at this point in the history
Bumps Go version.
  • Loading branch information
mys721tx committed Dec 24, 2024
1 parent 720c177 commit 2613d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
check-latest: true

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
)

go 1.22
go 1.23

0 comments on commit 2613d28

Please sign in to comment.