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 56be8bb commit d05e755Copy full SHA for d05e755
.github/workflows/govulncheck.yml
@@ -19,7 +19,7 @@ jobs:
19
ref: ${{ github.event.pull_request.head.sha || github.ref }}
20
21
- name: Setup Go
22
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
23
with:
24
go-version-file: go.mod
25
cache: true
.github/workflows/lint.yaml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v5
17
18
- name: install go
check-latest: true
.github/workflows/test.yaml
@@ -18,7 +18,7 @@ jobs:
0 commit comments