We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3f011 commit bfef42fCopy full SHA for bfef42f
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
44
45
- name: Setup Go
46
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
+ uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
47
with:
48
go-version: ${{ env.GO_VERSION }}
49
cache: false # The golangci-lint action does its own caching.
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
0 commit comments