Skip to content

Commit 3a582c0

Browse files
Sync golang upgrade to 1.23 to all other files (#218)
1 parent aefcf11 commit 3a582c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Go
1212
uses: actions/setup-go@v5
1313
with:
14-
go-version: '1.22'
14+
go-version: '1.23'
1515
- name: GoReleaser
1616
uses: goreleaser/goreleaser-action@v6
1717
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Go
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.22'
17+
go-version: '1.23'
1818
- name: Setup ko
1919
uses: imjasonh/[email protected]
2020
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ require (
1818
google.golang.org/protobuf v1.34.2 // indirect
1919
)
2020

21-
go 1.22
21+
go 1.23

0 commit comments

Comments
 (0)