Skip to content

Commit

Permalink
Bump travis golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Dec 3, 2020
1 parent 7af812f commit 105df46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,7 +3,7 @@ language: go
services:
- docker
go:
- "1.13.8"
- "1.15.5"

before_script:
- make setup-up
Expand All @@ -22,7 +22,7 @@ deploy:
provider: script
script: make release
on:
condition: '"${TRAVIS_GO_VERSION}" == "1.13.8"'
condition: '"${TRAVIS_GO_VERSION}" == "1.15.5"'
tags: true

env:
Expand Down

0 comments on commit 105df46

Please sign in to comment.