Skip to content

Commit 5bf885e

Browse files
authored
use stable go version
1 parent 118140a commit 5bf885e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generator.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: inputs.LANG == 'golang'
6363
uses: actions/setup-go@v4
6464
with:
65-
check-latest: true
65+
go-version: 'stable'
6666

6767
- name: Generate golang deps
6868
if: inputs.LANG == 'golang'

0 commit comments

Comments
 (0)