We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2a7f3 commit 426106eCopy full SHA for 426106e
.github/workflows/govulncheck.yml
@@ -21,7 +21,7 @@ jobs:
21
ref: ${{ github.event.pull_request.head.sha || github.ref }}
22
23
- name: Setup Go
24
- uses: actions/setup-go@v6.2.0
+ uses: actions/setup-go@v6.3.0
25
with:
26
go-version-file: go.mod
27
cache: true
.github/workflows/lint.yaml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v6
17
18
- name: install go
19
20
check-latest: true
.github/workflows/test.yaml
@@ -18,7 +18,7 @@ jobs:
0 commit comments