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.
2 parents 496d178 + 8733efd commit 0140d7cCopy full SHA for 0140d7c
.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@v6
+ uses: actions/setup-go@v6.1.0
64
65
with:
66
go-version: 'stable'
.github/workflows/generate-structs.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
17
- name: Set up Go
18
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
+ uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
19
20
go-version-file: 'go.mod'
21
0 commit comments