Skip to content

Commit 4005165

Browse files
authored
Merge pull request #143 from GoogleContainerTools/dependabot/github_actions/actions/setup-go-5.0.2
Build(deps): Bump actions/setup-go from 5.0.1 to 5.0.2
2 parents b45ba67 + ccb1ee4 commit 4005165

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

0 commit comments

Comments
 (0)