Skip to content

Commit

Permalink
Build on go 1.15
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Dwyer <[email protected]>
  • Loading branch information
bdwyertech committed Aug 12, 2020
1 parent a97ccd3 commit 25233fb
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:
name: Build
strategy:
matrix:
go: [1.14]
go: [1.15]
runs-on: ubuntu-latest
container: golang:${{ matrix.go }}
steps:
Expand All @@ -31,7 +31,7 @@ jobs:
go test -v -race $(go list ./... | grep -v /vendor/)
- name: Run GoReleaser
if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/') && (matrix.go == 1.15)
uses: goreleaser/goreleaser-action@v1
with:
version: latest
Expand Down

0 comments on commit 25233fb

Please sign in to comment.