Skip to content

Commit fa67407

Browse files
committed
Merge pull request #12120 from google:dependabot/github_actions/actions/setup-go-6.0.0
PiperOrigin-RevId: 804614581
2 parents fa4149d + 0a8009e commit fa67407

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@v5
4343

4444
- if: ${{ matrix.language == 'go' }}
45-
uses: actions/setup-go@v5.5.0
45+
uses: actions/setup-go@v6.0.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
@@ -45,7 +45,7 @@ jobs:
4545
if: github.event_name == 'pull_request' || steps.setup.outputs.has_token != 'true'
4646
with:
4747
fetch-depth: 0
48-
- uses: actions/setup-go@v5.5.0
48+
- uses: actions/setup-go@v6.0.0
4949
with:
5050
go-version-file: 'go.mod'
5151
- run: tools/go_branch.sh

0 commit comments

Comments
 (0)