Skip to content

Commit 8e68d53

Browse files
committed
use go 1.23
1 parent c51fc7e commit 8e68d53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v3
1616
with:
17-
go-version: '1.22'
17+
go-version: '1.23'
1818
- name: golangci-lint
1919
uses: golangci/golangci-lint-action@v3
2020
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v3
1717
with:
18-
go-version: '1.22'
18+
go-version: '1.23'
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v3
2121
with:

0 commit comments

Comments
 (0)