Skip to content

Commit

Permalink
Merge pull request #112 from zyga/fix/upgrade-go
Browse files Browse the repository at this point in the history
Bump base version of go to 1.13
  • Loading branch information
mvo5 committed Jun 14, 2021
2 parents 0e3ac77 + bc6a287 commit 21f0aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- "1.10"
- "1.13"

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
project: spread

environment:
GOVERSION: 1.10.4
GOVERSION: 1.13.8
GOHOME: /home/test
GOPATH: $GOHOME
PATH: $GOHOME/bin:$PATH
Expand Down

0 comments on commit 21f0aa0

Please sign in to comment.