Skip to content

Commit

Permalink
Bump to Golang 1.15 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazybus committed Sep 10, 2020
1 parent d7b8800 commit 2642d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
language: go

go:
- "1.11"
- "1.15"

services:
- docker

script:
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
- wget https://github.com/Crazybus/lope/releases/download/0.4.0/lope-linux_amd64 -O lope && chmod +x lope
- ./lope golang:1.15 '/usr/local/go/bin/go run build/build.go'
- ./lope -blacklist GO golang:1.15 '/usr/local/go/bin/go run build/build.go'

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 2642d3d

Please sign in to comment.