Skip to content

Commit

Permalink
Drop EOL versions of Go
Browse files Browse the repository at this point in the history
Some of our dependencies no long support go 1.12 and lower.
  • Loading branch information
hush-hush committed Aug 12, 2020
1 parent 3a1a2d0 commit 308138d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ arch:
- arm64

go:
- 1.8
- 1.9
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x

# test 32bit build too.
jobs:
include:
- arch: amd64
go: 1.15.x
script:
- GOARCH=386 go test -v ./...
- arch: amd64
go: 1.14.x
script:
- GOARCH=386 go test -v ./...
- arch: amd64
go: 1.8
go: 1.13.x
script:
- GOARCH=386 go test -v ./...

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

`datadog-go` is a library that provides a [DogStatsD](https://docs.datadoghq.com/developers/dogstatsd/?tab=go) client in Golang.

Go 1.7+ is officially supported. Older versions might work but are not tested.
Go 1.13+ is officially supported. Older versions might work but are not tested.

The following documentation is available:

Expand Down

0 comments on commit 308138d

Please sign in to comment.