Skip to content

Commit 2088a86

Browse files
authored
Merge pull request #372 from go-task/go-1-15
CI: Update Go version to 1.15.x
2 parents e296fe2 + 96b8890 commit 2088a86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v1
1717
with:
18-
go-version: 1.14.x
18+
go-version: 1.15.x
1919

2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Test
66
strategy:
77
matrix:
8-
go-version: [1.13.x, 1.14.x]
8+
go-version: [1.14.x, 1.15.x]
99
platform: [ubuntu-latest, macos-latest, windows-latest]
1010
runs-on: ${{matrix.platform}}
1111
steps:

0 commit comments

Comments
 (0)