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

Commit 561a070

Browse files
authored
chore: auto bump go-version release workflow (#398)
Signed-off-by: chenk <[email protected]>
1 parent 1e8e6c1 commit 561a070

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
name: Release
1010
runs-on: ubuntu-20.04
1111
steps:
12-
- name: Setup Go
13-
uses: actions/setup-go@v4
14-
with:
15-
go-version: 1.21.3
1612
- name: Checkout code
1713
uses: actions/checkout@v4
1814
with:
1915
fetch-depth: 0
16+
- name: Setup Go
17+
uses: actions/setup-go@v4
18+
with:
19+
go-version-file: go.mod
2020
- name: Setup make
2121
run: make setup
2222
- name: Run linter

0 commit comments

Comments
 (0)