Skip to content

Commit

Permalink
Merge pull request #234 from GeertJohan/supported-go-versions
Browse files Browse the repository at this point in the history
Supported go versions
  • Loading branch information
Geert-Johan Riemer committed Feb 26, 2015
2 parents e66dcda + 37e3d43 commit 9992d76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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.1
- 1.2
- 1.3
- 1.4
- tip

services:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ For the latest code in master:

https://godoc.org/github.com/go-gorp/gorp

## Supported Go versions

This package is compatible with the latest 2 minor versions of Go, at this time `1.3` and `1.4`.

Any earlier versions are only supported on a best effort basis and can be dropped any time.
Go has a great compatibility promise. Upgrading your program to a newer version of Go should never really be a problem.

## Quickstart

```go
Expand Down

0 comments on commit 9992d76

Please sign in to comment.