Skip to content

Commit

Permalink
build: test go 1.14 and 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dajohi authored and jrick committed Nov 15, 2020
1 parent b551306 commit b290148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.12, 1.13]
go: [1.14, 1.15]
steps:
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Check out source
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Build
env:
GO111MODULE: "on"
Expand Down

0 comments on commit b290148

Please sign in to comment.