Skip to content

Commit

Permalink
Test on Go 1.18 and bump up minimum Go version to 1.14 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed May 17, 2022
1 parent e1d758c commit f261190
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
go: ['1.17', '1.16', '1.15', '1.14', '1.13']
go: ['1.18', '1.17', '1.16', '1.15', '1.14']

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

Expand All @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
go: ['1.17', '1.13']
go: ['1.18', '1.14']

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

Expand All @@ -59,7 +59,7 @@ jobs:

strategy:
matrix:
go: ['1.17', '1.13']
go: ['1.18', '1.14']

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

Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,3 +1,3 @@
module github.com/benhoyt/goawk

go 1.13
go 1.14

0 comments on commit f261190

Please sign in to comment.