We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0271dee commit d8833bcCopy full SHA for d8833bc
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Checkout code
11
uses: actions/checkout@v4
12
- name: Set up Go
13
- uses: actions/setup-go@v5
+ uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
14
with:
15
go-version-file: go.mod
16
cache: false
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
- name: Test
0 commit comments