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 ca07a66 commit 628c4a7Copy full SHA for 628c4a7
.github/workflows/release.yml
@@ -15,12 +15,12 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v1
17
with:
18
- go-version: 1.13.x
+ go-version: 1.14.x
19
20
- name: Run GoReleaser
21
uses: goreleaser/goreleaser-action@v1
22
23
version: latest
24
args: release --rm-dist
25
env:
26
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
name: Test
6
strategy:
7
matrix:
8
- go-version: [1.12.x, 1.13.x]
+ go-version: [1.13.x, 1.14.x]
9
platform: [ubuntu-latest, macos-latest, windows-latest]
10
runs-on: ${{matrix.platform}}
11
steps:
0 commit comments