Skip to content

Commit

Permalink
dropping 1.7 because its super old and doesnt want to cooperate
Browse files Browse the repository at this point in the history
  • Loading branch information
cameracker committed Dec 30, 2020
1 parent 7dc231e commit a418e9c
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 @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.12', '1.11', '1.10', '1.9', '1.8', '1.7']
go: [ '1.12', '1.11', '1.10', '1.9', '1.8']
steps:

- name: Build ${{ matrix.go }}
Expand Down

0 comments on commit a418e9c

Please sign in to comment.