Skip to content

Commit

Permalink
Sync golang upgrade to 1.23 to all other files (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
SophisticaSean authored Oct 28, 2024
1 parent aefcf11 commit 3a582c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
- name: GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
- name: Setup ko
uses: imjasonh/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
)

go 1.22
go 1.23

0 comments on commit 3a582c0

Please sign in to comment.