Skip to content

Commit e402a30

Browse files
committed
Merge pull request #11300 from google:dependabot/github_actions/actions/setup-go-5.2.0
PiperOrigin-RevId: 712555262
2 parents 0154777 + 0fc08a1 commit e402a30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v3
4343

4444
- if: ${{ matrix.language == 'go' }}
45-
uses: actions/setup-go@v5.0.1
45+
uses: actions/setup-go@v5.2.0
4646
with:
4747
go-version-file: 'go.mod'
4848

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: github.event_name == 'pull_request' || steps.setup.outputs.has_token != 'true'
4444
with:
4545
fetch-depth: 0
46-
- uses: actions/setup-go@v5.0.1
46+
- uses: actions/setup-go@v5.2.0
4747
with:
4848
go-version-file: 'go.mod'
4949
- run: tools/go_branch.sh

0 commit comments

Comments
 (0)