Skip to content

Commit

Permalink
Update go version (#29)
Browse files Browse the repository at this point in the history
golint no longer supports 1.7. (golang/go#28291).

It's time to update.

(1.12 doesn't seem to work yet)
  • Loading branch information
richvdh authored Jun 18, 2019
1 parent 6b3f2b4 commit aa8ec7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: go
go:
- 1.7
- "1.9"
- "1.10"
- "1.11"
install:
- go get github.com/constabulary/gb/...
- go get github.com/golang/lint/golint
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Web service which collects and serves bug reports.

rageshake requires Go version 1.7 or later.
rageshake requires Go version 1.9 or later.

To run it, do:

Expand Down

0 comments on commit aa8ec7d

Please sign in to comment.