Skip to content

Commit

Permalink
Update go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Jul 7, 2020
1 parent f805261 commit ddcd22f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
go-version:
- '1.10'
- '1.11'
- '1.12'
- '1.13'
- '1.14'
- '1.12.x'
- '1.13.x'
- '1.14.x'
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go ${{ matrix.go-version }}
Expand Down

0 comments on commit ddcd22f

Please sign in to comment.