mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
dev: use go1.14
This commit is contained in:
parent
b9eef79121
commit
231439c169
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ language: go
|
||||||
go:
|
go:
|
||||||
- 1.12.x
|
- 1.12.x
|
||||||
- 1.13.x
|
- 1.13.x
|
||||||
- 1.14rc1
|
- 1.14.x
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- nvm install 12.14.0
|
- nvm install 12.14.0
|
||||||
|
@ -31,4 +31,4 @@ deploy:
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
# it's important to build on the newest version of go:
|
# it's important to build on the newest version of go:
|
||||||
condition: $TRAVIS_GO_VERSION =~ ^1\.13
|
condition: $TRAVIS_GO_VERSION =~ ^1\.14
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue