Skip to content

Commit 7072b02

Browse files
committed
update travis.yml and go.yml
1 parent f89af5d commit 7072b02

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111

1212
steps:
13-
- name: Set up Go 1.14
13+
- name: Set up Go 1.15
1414
uses: actions/setup-go@v1
1515
with:
16-
go-version: 1.14
16+
go-version: 1.15
1717
id: go
1818

1919
- name: Check out code into the Go module directory

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ go:
99
# - 1.11.x
1010
# - 1.12.x
1111
# - 1.13.x
12-
- 1.14.x
12+
# - 1.14.x
13+
- 1.15.x
1314
# - tip
1415

1516
install:

0 commit comments

Comments
 (0)