Skip to content

Commit 0c68653

Browse files
committed
Update CI to test against stable Go versions
1 parent 6caa735 commit 0c68653

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22
go:
3-
- 1.10.x
4-
- 1.11.x
3+
- 1.14.x
4+
- 1.15.x
55
script: go test -v -check.vv -race ./...
66
sudo: false
77
notifications:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ clone_folder: 'c:\gopath\src\github.com\gofrs\flock'
77

88
environment:
99
GOPATH: 'c:\gopath'
10-
GOVERSION: '1.11'
10+
GOVERSION: '1.15'
1111

1212
init:
1313
- git config --global core.autocrlf input

0 commit comments

Comments
 (0)