Skip to content

Commit 2a424ed

Browse files
committed
Test against latest versions of Go
Shame on me for not updating these for so long.
1 parent a8218c5 commit 2a424ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
lint:
55
strategy:
66
matrix:
7-
go: ['1.12', '1.13']
7+
go: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16']
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [macOS-latest, ubuntu-latest, windows-latest]
29-
go: ['1.11', '1.12', '1.13']
29+
go: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16']
3030
runs-on: ${{ matrix.os }}
3131
steps:
3232
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)