Skip to content

Commit db10ae2

Browse files
authored
Merge pull request #294 from netlify/chore/actions-go-version
chore(actions): use go v1.15.x
2 parents a89cbcc + fc32a1a commit db10ae2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu-latest, macOS-latest, windows-latest]
34-
go_version: [1.13.x, 1.14.x]
34+
go_version: [1.14.x, 1.15.x]
3535
runs-on: ${{ matrix.os }}
3636
steps:
3737
- name: Install Go ${{ matrix.go }}

.github/workflows/verify-go-src.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
go_version: [1.14.x]
15+
go_version: [1.15.x]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: Install Go ${{ matrix.go }}

0 commit comments

Comments
 (0)