Skip to content

Commit 965e4f0

Browse files
committed
up: require go >= 1.18, and only tests on go 1.18+
1 parent 3f1a328 commit 965e4f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest, windows-latest]
22-
go_version: [1.16, 1.17, 1.18, 1.19]
22+
go_version: [1.18, 1.19]
2323

2424
steps:
2525
- name: Check out code

0 commit comments

Comments
 (0)