Skip to content

Commit

Permalink
build: go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dajohi committed Feb 20, 2020
1 parent ce0a641 commit a68badf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.13]
go: [1.13, 1.14]
steps:
- name: Set up Go
uses: actions/setup-go@v1
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Check out source
uses: actions/checkout@v1
- name: Install Linters
run: "curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.3"
run: "curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6"
- name: Build
env:
GO111MODULE: "on"
Expand Down

0 comments on commit a68badf

Please sign in to comment.