Skip to content

Commit

Permalink
tests: update setup-go to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsb committed Jul 2, 2024
1 parent f198803 commit 39a2612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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'
stable: true
Expand All @@ -33,7 +33,7 @@ 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'
stable: true
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v1
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Install latest version of Kind
Expand Down

0 comments on commit 39a2612

Please sign in to comment.