Skip to content

Commit

Permalink
Fix CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnsk committed Mar 29, 2024
1 parent af16456 commit 054888a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test-linux:
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.21.x, 1.22.x]
runs-on: ubuntu-latest
steps:
- name: Install Go
Expand All @@ -20,7 +20,7 @@ jobs:
#test-macos:
# strategy:
# matrix:
# go-version: [1.19.x, 1.20.x]
# go-version: [1.21.x, 1.22.x]
# runs-on: macos-latest
# steps:
# - name: Install Go
Expand All @@ -36,7 +36,7 @@ jobs:
#test-windows:
# strategy:
# matrix:
# go-version: [1.19.x, 1.20.x]
# go-version: [1.21.x, 1.22.x]
# runs-on: windows-latest
# steps:
# - name: Install Go
Expand Down

0 comments on commit 054888a

Please sign in to comment.