Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit b9d1854

Browse files
committed
final release
1 parent 70fc5aa commit b9d1854

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
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.20.2'
18+
go-version: '1.23'
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v3
2121
with:

.github/workflows/release.yml

+1-1
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.20.2'
18+
go-version: '1.22'
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v3
2121
with:

0 commit comments

Comments
 (0)