Skip to content

Commit

Permalink
Merge pull request #194 from replicatedhq/laverya/go-1.14
Browse files Browse the repository at this point in the history
use go 1.14 in ci
  • Loading branch information
laverya committed May 13, 2020
2 parents 620343e + 769d616 commit 5233322
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-deploy.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.12.14"
go-version: "1.14"

- name: setup env
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.12.14'
go-version: '1.14'
- name: setup env
run: |
echo "::set-env name=GOPATH::$(go env GOPATH)"
Expand Down Expand Up @@ -77,12 +77,12 @@ jobs:

- uses: actions/setup-go@v1
with:
go-version: "1.12.14"
go-version: "1.14"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist --config deploy/.goreleaser.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5233322

Please sign in to comment.