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 4a85df7 commit 50113c1Copy full SHA for 50113c1
.github/workflows/integration-tests.yml
@@ -91,7 +91,7 @@ jobs:
91
echo "MAGEFILE_EXISTS=$(test -f ./Magefile.go && echo true || echo false)" >> $GITHUB_OUTPUT
92
working-directory: ${{ matrix.pluginDir }}
93
94
- - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
+ - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
95
with:
96
go-version: "~1.24"
97
check-latest: true
0 commit comments