We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620343e commit 769d616Copy full SHA for 769d616
.github/workflows/build-test-deploy.yaml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/setup-go@v1
16
with:
17
- go-version: "1.12.14"
+ go-version: "1.14"
18
19
- name: setup env
20
run: |
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
- go-version: '1.12.14'
+ go-version: '1.14'
36
37
38
echo "::set-env name=GOPATH::$(go env GOPATH)"
@@ -77,12 +77,12 @@ jobs:
77
78
79
80
81
82
- name: Run GoReleaser
83
uses: goreleaser/goreleaser-action@v1
84
85
version: latest
86
args: release --rm-dist --config deploy/.goreleaser.yaml
87
env:
88
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments