Skip to content

Commit

Permalink
Bump setup-go to v5
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 652514959
  • Loading branch information
evan-gordon authored and copybara-github committed Jul 15, 2024
1 parent 1db4601 commit dd9a755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: Set up Go 1.22
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.22
id: go
Expand All @@ -51,7 +51,7 @@ jobs:
steps:

- name: Set up Go 1.22
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.22
id: go
Expand Down

0 comments on commit dd9a755

Please sign in to comment.