Skip to content

Commit 5bc9d74

Browse files
committed
Update CI to current version of Go.
1 parent b87329a commit 5bc9d74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
sudo: false
22
language: go
33
go:
4-
- 1.5.1
4+
- 1.6.3
55
- tip
66
matrix:
77
allow_failures:
88
- go: tip
99
fast_finish: true
1010
install:
11-
- go get golang.org/x/tools/cmd/vet
11+
- # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step).
1212
script:
1313
- go get -t -v ./...
1414
- diff -u <(echo -n) <(gofmt -d -s .)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ go build
4242
License
4343
-------
4444

45-
- [MIT License](http://opensource.org/licenses/mit-license.php)
45+
- [MIT License](https://opensource.org/licenses/mit-license.php)

0 commit comments

Comments
 (0)