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 4dcae04 commit 43ea4cdCopy full SHA for 43ea4cd
.github/workflows/pr.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Install Go
13
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
14
with:
15
go-version: '1.21'
16
- name: Check out code into the Go module directory
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
fetch-depth: 0
21
-
22
name: Set up Go
23
24
25
26
0 commit comments