Skip to content

Commit

Permalink
Merge pull request #131 from GoogleContainerTools/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/setup-go-5.0.1

Build(deps): Bump actions/setup-go from 5.0.0 to 5.0.1
  • Loading branch information
spowelljr authored May 7, 2024
2 parents a920b5a + 8d9223b commit 3f5ef7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
with:
go-version: 1.22
- run: make build

0 comments on commit 3f5ef7e

Please sign in to comment.