Skip to content

Commit

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

PiperOrigin-RevId: 631192161
  • Loading branch information
gvisor-bot committed May 6, 2024
2 parents cb77c73 + 93723bd commit 1d4050c
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@v3.5.0
uses: actions/setup-go@v5.0.1
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@v3.5.0
- uses: actions/setup-go@v5.0.1
with:
go-version-file: 'go.mod'
- run: tools/go_branch.sh
Expand Down

0 comments on commit 1d4050c

Please sign in to comment.