Skip to content

Commit 72eb955

Browse files
Update Go versions
1 parent 2df3c4a commit 72eb955

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Set up Go
1010
uses: actions/setup-go@v1
1111
with:
12-
go-version: 1.14.x
12+
go-version: 1.15.x
1313
id: go
1414

1515
- name: Install golang-ci

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ jobs:
66
strategy:
77
matrix:
88
go-version:
9-
- 1.11.x
10-
- 1.12.x
11-
- 1.13.x
129
- 1.14.x
10+
- 1.15.x
1311
runs-on: ubuntu-latest
1412

1513
env:

0 commit comments

Comments
 (0)