Skip to content

Commit 7f49055

Browse files
committed
Bump up minimum supported Go version to 1.18, and test on 1.23
1 parent 012adf2 commit 7f49055

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
go: ['1.22', '1.21', '1.20', '1.19', '1.18', '1.17']
16+
go: ['1.23', '1.22', '1.21', '1.20', '1.19', '1.18']
1717

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

@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
go: ['1.22']
39+
go: ['1.23']
4040

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

@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
go: ['1.22', '1.17']
62+
go: ['1.23', '1.18']
6363

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

@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
fail-fast: false
8787
matrix:
88-
go: ['1.22', '1.17']
88+
go: ['1.23', '1.18']
8989

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/benhoyt/goawk
22

3-
go 1.17
3+
go 1.18

0 commit comments

Comments
 (0)