Skip to content

Commit

Permalink
Bump go version for linting GHA
Browse files Browse the repository at this point in the history
Signed-off-by: Diego López León <[email protected]>
  • Loading branch information
diega committed Feb 9, 2024
1 parent de0e288 commit 139c7ec
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
- name: Set up Go 1.20
id: go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: '1.20'

- uses: actions/checkout@v2
with:
Expand All @@ -34,11 +34,11 @@ jobs:
name: Tests-CoreGeth
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
- name: Set up Go 1.20
id: go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.19
go-version: ^1.20

- uses: actions/checkout@v2
with:
Expand All @@ -51,11 +51,11 @@ jobs:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
- name: Set up Go 1.20
id: go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.19
go-version: ^1.20

- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 139c7ec

Please sign in to comment.