Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
chore: drop support for Go 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fallion committed Apr 30, 2020
1 parent b14fca9 commit 9005753
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
go-version: [1.12.x, 1.13.x]
go-version: [1.13.x, 1.14.x]

steps:
- name: Install Go
Expand Down Expand Up @@ -39,4 +39,3 @@ jobs:
export PATH=${PATH}:`go env GOPATH`/bin
go install github.com/magefile/mage
mage gomodtidy

0 comments on commit 9005753

Please sign in to comment.