Skip to content

Commit f027fb9

Browse files
committed
ci: update travis config
1 parent 1c9ddb2 commit f027fb9

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/test.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ jobs:
77
test:
88
strategy:
99
matrix:
10-
go-version: [1.14.x, 1.15.x]
10+
go-version:
11+
- 1.14.x
12+
- 1.15.x
13+
- 1.16.x
14+
- 1.17.x
1115
os: [ubuntu-latest, macos-latest, windows-latest]
1216
runs-on: ${{ matrix.os }}
1317
steps:
1418
- name: Install Go
15-
uses: actions/setup-go@v2
19+
uses: actions/setup-go@v3
1620
with:
1721
go-version: ${{ matrix.go-version }}
1822

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: go
22

33
go:
4-
- 1.12.x
5-
- 1.13.x
64
- 1.14.x
75
- 1.15.x
6+
- 1.16.x
7+
- 1.17.x
88
- tip
99

1010
jobs:

0 commit comments

Comments
 (0)