We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c967303 + a929544 commit ed33908Copy full SHA for ed33908
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
fetch-depth: 0
30
31
- name: Set up Go
32
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c #v6.1.0
+ uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 #v6.2.0
33
with:
34
go-version: '1.24.1'
35
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
go-version-file: 'go.mod'
19
0 commit comments