Skip to content

Commit

Permalink
fix ci versions
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Feb 15, 2024
1 parent 41d5135 commit 2e441b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x ]
go-version: [ 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x ]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
Expand Down

0 comments on commit 2e441b2

Please sign in to comment.