Skip to content

Commit

Permalink
Merge pull request #11300 from google:dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-go-5.2.0

PiperOrigin-RevId: 712555262
  • Loading branch information
gvisor-bot committed Jan 6, 2025
2 parents 0154777 + 0fc08a1 commit e402a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v3

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: github.event_name == 'pull_request' || steps.setup.outputs.has_token != 'true'
with:
fetch-depth: 0
- uses: actions/setup-go@v5.0.1
- uses: actions/setup-go@v5.2.0
with:
go-version-file: 'go.mod'
- run: tools/go_branch.sh
Expand Down

0 comments on commit e402a30

Please sign in to comment.