Skip to content

Commit 5712659

Browse files
authored
Merge pull request #198 from GoogleContainerTools/dependabot/github_actions/actions/setup-go-5.5.0
Build(deps): Bump actions/setup-go from 5.3.0 to 5.5.0
2 parents 5b8a5af + ced073d commit 5712659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
9-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
9+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
1010
with:
1111
go-version: 1.23
1212
- run: make build

0 commit comments

Comments
 (0)