Skip to content

Commit

Permalink
[Chore] Run CI only on Go 1.19 and 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
maypok86 committed Jul 29, 2024
1 parent 82c3514 commit 7bf32ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-32-bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.19.x, 1.20.x, 1.21.x, 1.22.x ]
go-version: [ 1.19.x, 1.22.x ]

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test-windows:
strategy:
matrix:
go-version: [ 1.19.x, 1.20.x, 1.21.x, 1.22.x ]
go-version: [ 1.19.x, 1.22.x ]

runs-on: windows-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.19.x, 1.20.x, 1.21.x, 1.22.x ]
go-version: [ 1.19.x, 1.22.x ]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 7bf32ff

Please sign in to comment.