We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabc580 commit 86ab7c0Copy full SHA for 86ab7c0
‎.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@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
+ uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # 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