Skip to content

Commit

Permalink
fix: go version
Browse files Browse the repository at this point in the history
  • Loading branch information
jufemaiz committed Nov 26, 2024
1 parent 137eb44 commit 3b71963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ jobs:
setup:
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
go-version: [1.20.x, 1.21.x, 1.22.x, 1.23.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: 'Install Go'
uses: 'actions/setup-go@v2'
with:
go-version: '1.17.x'
go-version: '1.20.x'
- name: 'Checkout code'
uses: 'actions/checkout@v2'
- uses: 'actions/cache@v2'
Expand All @@ -34,7 +34,7 @@ jobs:
needs: ['setup']
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
go-version: [1.20.x, 1.21.x, 1.22.x, 1.23.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 3b71963

Please # to comment.