Skip to content

Commit

Permalink
Remove older version of Go from GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rs committed Dec 12, 2019
1 parent a57a3ff commit 09a654d
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.10", "1.11", "1.12"]
go: ["1.13"]
steps:

- name: Set up Go ${{ matrix.go }}
Expand Down

0 comments on commit 09a654d

Please sign in to comment.