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
See #5115
  • Loading branch information
bep committed Aug 25, 2018
1 parent 94d0e79 commit 9d7ec67
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

[[constraint]]
name = "github.com/magefile/mage"
version = "v1"
version = "^v2.2.0"

[[constraint]]
branch = "master"
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 9d7ec67

Please sign in to comment.