Skip to content

Commit

Permalink
Upgrade to actions/setup-go@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Jul 25, 2024
1 parent 0723c08 commit c327689
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.22
id: go
go-version: ^1.17

- name: Git clone (master)
uses: actions/checkout@v4
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.14
id: go
go-version: ^1.17

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down

0 comments on commit c327689

Please sign in to comment.