Skip to content

Commit 3f5ef7e

Browse files
authored
Merge pull request #131 from GoogleContainerTools/dependabot/github_actions/actions/setup-go-5.0.1
Build(deps): Bump actions/setup-go from 5.0.0 to 5.0.1
2 parents a920b5a + 8d9223b commit 3f5ef7e

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
9-
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
9+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
1010
with:
1111
go-version: 1.22
1212
- run: make build

0 commit comments

Comments
 (0)