We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32d17c commit 3082b29Copy full SHA for 3082b29
1 file changed
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26
with:
27
persist-credentials: false
28
- - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
+ - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
29
30
go-version: ${{ matrix.version }}
31
cache: true
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
go-version-file: go.mod
45
cache: false
0 commit comments