We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b51cb5 + c18b8a8 commit 76b5567Copy full SHA for 76b5567
.github/workflows/golangci-lint.yml
@@ -14,7 +14,7 @@ jobs:
14
- ""
15
- tools/setup-envtest
16
steps:
17
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
18
with:
19
go-version: '1.21'
20
cache: false
.github/workflows/pr-dependabot.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Check out code
22
uses: actions/checkout@v4 # tag=v3.5.3
23
- name: Set up Go
24
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # tag=v4.0.1
+ uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
25
26
27
- name: Update all modules
0 commit comments