Skip to content

Commit

Permalink
Require Go 1.8, update documentation to reflect that.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron42net committed Aug 1, 2018
1 parent 85fb63f commit 1ebb44a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -5,12 +5,10 @@ language: go


matrix: matrix:
include: include:
- go: 1.7.6
env: VIPS_VERSION=8.4.6
- go: 1.8.7 - go: 1.8.7
env: VIPS_VERSION=8.5.9 env: VIPS_VERSION=8.4.6
- go: 1.9.7 - go: 1.9.7
env: VIPS_VERSION=8.6.5 env: VIPS_VERSION=8.5.9
- go: 1.10.3 - go: 1.10.3
env: VIPS_VERSION=8.6.5 env: VIPS_VERSION=8.6.5


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ There's also API detail for Fotomat's [thumbnail](https://godoc.org/github.com/d
License License
------- -------


Copyright 2013, 2014, 2015, 2016, 2017 Aaron Hopkins and contributors Copyright 2013, 2014, 2015, 2016, 2017, 2018 Aaron Hopkins and contributors


Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0


Expand Down
2 changes: 1 addition & 1 deletion cmd/fotomat/version.go
Expand Up @@ -2,5 +2,5 @@ package main


const ( const (
// FotomatVersion is updated by git-hooks/pre-commit // FotomatVersion is updated by git-hooks/pre-commit
FotomatVersion = "2.8.243" FotomatVersion = "2.8.244"
) )
2 changes: 1 addition & 1 deletion doc/building.md
@@ -1,7 +1,7 @@
Building: Building:
======== ========


Install [Go](http://golang.org/doc/install), git, and Install [Go 1.8+](http://golang.org/doc/install), git, and
[VIPS 8.4.6+](https://github.com/jcupitt/libvips/releases). [VIPS 8.4.6+](https://github.com/jcupitt/libvips/releases).


If you haven't used Go before, first create a source tree for your Go code: If you haven't used Go before, first create a source tree for your Go code:
Expand Down

0 comments on commit 1ebb44a

Please sign in to comment.