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 c9b9276 commit ae91f22Copy full SHA for ae91f22
.github/workflows/dependabot.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Set up Go 1.x
22
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
23
with:
24
go-version: '1.20'
25
id: go
.github/workflows/scan.yml
@@ -22,7 +22,7 @@ jobs:
ref: ${{ matrix.branch }}
- name: Setup go
26
27
go-version-file: '${{ github.workspace }}/go.mod'
28
- name: Run verify container script
0 commit comments