Skip to content

Commit 9ccb599

Browse files
authored
Merge pull request #41 from adityasaky/update-go-versions
Drop support for 1.16.x, add support for latest versions of Go
2 parents c14e5d5 + 155aa96 commit 9ccb599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.16.x, 1.17.x]
7+
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x]
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

0 commit comments

Comments
 (0)