Skip to content

Commit

Permalink
up: require go >= 1.18, and only tests on go 1.18+
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 13, 2022
1 parent 3f1a328 commit 965e4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
go_version: [1.16, 1.17, 1.18, 1.19]
go_version: [1.18, 1.19]

steps:
- name: Check out code
Expand Down

0 comments on commit 965e4f0

Please sign in to comment.