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.
1 parent 541a9bb commit d63e068Copy full SHA for d63e068
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
fetch-depth: 0
16
- name: Install Go
17
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
18
19
go-version: stable # https://golang.org/dl/
20
- name: Docker Login
.github/workflows/validate.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout
12
uses: actions/checkout@v3
13
- name: Install govulncheck
0 commit comments