Skip to content

Commit 6ef6075

Browse files
authored
Merge pull request #173 from GoogleContainerTools/dependabot/github_actions/actions/setup-go-5.2.0
Build(deps): Bump actions/setup-go from 5.1.0 to 5.2.0
2 parents 349b52b + 1669581 commit 6ef6075

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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
9+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
1010
with:
1111
go-version: 1.22
1212
- run: make build

0 commit comments

Comments
 (0)