Skip to content

Commit 50113c1

Browse files
chore(deps): update actions/setup-go action to v6.1.0
1 parent 4a85df7 commit 50113c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "MAGEFILE_EXISTS=$(test -f ./Magefile.go && echo true || echo false)" >> $GITHUB_OUTPUT
9292
working-directory: ${{ matrix.pluginDir }}
9393

94-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
94+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
9595
with:
9696
go-version: "~1.24"
9797
check-latest: true

0 commit comments

Comments
 (0)