Skip to content

Commit

Permalink
Update Travis etc. to Go 1.11 and Go 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 25, 2018
1 parent 94d0e79 commit 2f196df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ env:
git:
depth: false
go:
- 1.9.7
- "1.10.3"
- "1.10.4"
- 1.11
- tip
os:
- linux
Expand Down
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func CheckVendor() error {
}

func isGoLatest() bool {
return strings.Contains(runtime.Version(), "1.10")
return strings.Contains(runtime.Version(), "1.11")
}

func buildTags() string {
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ parts:
rm -rf $SNAPCRAFT_PART_INSTALL/var
after: [go]
go:
source-tag: go1.10.3
source-tag: go1.11

0 comments on commit 2f196df

Please sign in to comment.