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 a27bb07 commit fe8923dCopy full SHA for fe8923d
.github/workflows/integration-tests.yml
@@ -97,7 +97,7 @@ jobs:
97
echo "MAGEFILE_EXISTS=$(test -f ./Magefile.go && echo true || echo false)" >> $GITHUB_OUTPUT
98
working-directory: ${{ matrix.pluginDir }}
99
100
- - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
+ - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
101
with:
102
go-version: "~1.22"
103
check-latest: true
0 commit comments