Skip to content

Commit 2dcb4ef

Browse files
committed
fix goenv
1 parent 3629749 commit 2dcb4ef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
go: ["1.24", "1.25"]
13+
go: ["1.24.8", "1.25.0"]
1414
name: Go ${{ matrix.go }} run
1515
steps:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v6
1818
with:
19-
go-version: 1.19
19+
go-version: 1.24.8
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v5
2222
with:

.github/workflows/release_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v6
1818
with:
19-
go-version: 1.19
19+
go-version: 1.24.8
2020

2121
- name: Update checksum database
2222
run: |

0 commit comments

Comments
 (0)