We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6caa735 + 0c68653 commit 237ca93Copy full SHA for 237ca93
.travis.yml
@@ -1,7 +1,7 @@
1
language: go
2
go:
3
- - 1.10.x
4
- - 1.11.x
+ - 1.14.x
+ - 1.15.x
5
script: go test -v -check.vv -race ./...
6
sudo: false
7
notifications:
appveyor.yml
@@ -7,7 +7,7 @@ clone_folder: 'c:\gopath\src\github.com\gofrs\flock'
8
environment:
9
GOPATH: 'c:\gopath'
10
- GOVERSION: '1.11'
+ GOVERSION: '1.15'
11
12
init:
13
- git config --global core.autocrlf input
0 commit comments