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.
2 parents e296fe2 + 96b8890 commit 2088a86Copy full SHA for 2088a86
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v1
17
with:
18
- go-version: 1.14.x
+ go-version: 1.15.x
19
20
- name: Run GoReleaser
21
uses: goreleaser/goreleaser-action@v1
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
name: Test
6
strategy:
7
matrix:
8
- go-version: [1.13.x, 1.14.x]
+ go-version: [1.14.x, 1.15.x]
9
platform: [ubuntu-latest, macos-latest, windows-latest]
10
runs-on: ${{matrix.platform}}
11
steps:
0 commit comments