We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de6112 commit 5ea027cCopy full SHA for 5ea027c
.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v5
16
17
- name: Set up Go 1.x
18
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
19
with:
20
go-version-file: go.mod
21
check-latest: true
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
# make sure Go version compatible with go-zero
61
.github/workflows/version-check.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v5
14
- name: Set up Go
go-version: '1.21'
0 commit comments