Skip to content

Commit 9777c3a

Browse files
authored
Merge pull request #163 from GoogleContainerTools/dependabot/github_actions/actions/setup-go-5.1.0
Build(deps): Bump actions/setup-go from 5.0.2 to 5.1.0
2 parents 33d451c + 40629d8 commit 9777c3a

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

0 commit comments

Comments
 (0)