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 ea57b40 commit 51290f5Copy full SHA for 51290f5
.github/workflows/auto-merge-dependabot.yml
@@ -60,7 +60,7 @@ jobs:
60
if: ${{ steps.metadata.outputs.package-ecosystem == 'gomod' }}
61
62
- name: Setup Go
63
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
64
65
with:
66
go-version: 'stable'
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Install Go
17
18
19
go-version: ${{ matrix.go }}
20
check-latest: true
0 commit comments