Skip to content

Commit 4f1fb43

Browse files
authored
Merge pull request #209 from rancher-sandbox/dependabot/github_actions/actions/setup-go-5.5.0
chore: bump actions/setup-go from 5.4.0 to 5.5.0
2 parents aadff8b + 27c9bb9 commit 4f1fb43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
12+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1313
with:
1414
go-version: "1.24.1"
1515
- run: make test-e2e

0 commit comments

Comments
 (0)