Skip to content

Commit

Permalink
Bump to Go 1.13 & 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Jun 21, 2020
1 parent cdc1e5c commit 7b66fe3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: ["1.12", "1.13"]
os: [ubuntu-latest, macos-latest, windows-latest]
os:
- ubuntu-latest
- windows-latest
- macOS-latest
go:
- "1.13"
- "1.14"
steps:
- name: Set up Go
uses: actions/setup-go@v1
Expand Down

0 comments on commit 7b66fe3

Please sign in to comment.