Skip to content

Commit

Permalink
bringing us to go 1.13, prepping the run
Browse files Browse the repository at this point in the history
  • Loading branch information
syntaqx committed Jul 3, 2020
1 parent 223d62f commit a8a71d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
language: go

go:
- 1.11.x
- 1.12.x

env:
global:
- GO111MODULE=on
- 1.13.x

before_install:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin latest
Expand All @@ -16,8 +11,8 @@ install:
- go mod download

script:
- go mod tidy && git diff --exit-code; code=$?; git checkout -- .; (exit $code)
- go test -race -cover -coverprofile=coverage.txt -covermode=atomic ./...
- go mod tidy -v
- go test -v -race -cover -coverprofile=coverage.txt -covermode=atomic ./...
- golangci-lint run

after_success:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ sure you have the following installed:
### Prerequisites

* [Git][git]
* [Go 1.11][golang]+ (with [`GO111MODULE`][modules] enabled)
* [Go 1.13][golang]

### Tooling

Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/syntaqx/serve

go 1.13

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.3.0
Expand Down

0 comments on commit a8a71d8

Please sign in to comment.