Skip to content

Commit

Permalink
Bump up minimum supported Go version to 1.18, and test on 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Sep 14, 2024
1 parent 012adf2 commit 7f49055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.22', '1.21', '1.20', '1.19', '1.18', '1.17']
go: ['1.23', '1.22', '1.21', '1.20', '1.19', '1.18']

name: Go ${{ matrix.go }} on Linux

Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.22']
go: ['1.23']

name: Go ${{ matrix.go }} on Linux 386

Expand All @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.22', '1.17']
go: ['1.23', '1.18']

name: Go ${{ matrix.go }} on Windows

Expand All @@ -85,7 +85,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.22', '1.17']
go: ['1.23', '1.18']

name: Go ${{ matrix.go }} on macOS

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/benhoyt/goawk

go 1.17
go 1.18

0 comments on commit 7f49055

Please sign in to comment.