Skip to content

Commit

Permalink
ci: Only test supported versions (1.15-1.16)
Browse files Browse the repository at this point in the history
  • Loading branch information
lithammer committed Mar 16, 2021
1 parent 5c424c7 commit 0e9c4f3
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 @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
go-version: ["1.12", "1.13"]
go-version: ["1.15", "1.16"]
runs-on: ${{ matrix.platform }}
steps:
- name: Setup Go
Expand Down

0 comments on commit 0e9c4f3

Please sign in to comment.