Skip to content

Commit

Permalink
Merge pull request #219 from eremetic-framework/travis-go-1.13
Browse files Browse the repository at this point in the history
Bump go version used to 1.13
  • Loading branch information
keis committed May 14, 2020
2 parents cce1ded + 8e8c841 commit c2c58fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,10 +1,10 @@
language: go

go:
- 1.12
- 1.13

env:
- PUBLISH_VERSION=1.12 GO111MODULE=on
- PUBLISH_VERSION=1.13 GO111MODULE=on

install: true

Expand Down

0 comments on commit c2c58fb

Please sign in to comment.