Skip to content

Commit

Permalink
Merge pull request #76 from warrensbox/develop
Browse files Browse the repository at this point in the history
bump go version
  • Loading branch information
warrensbox authored Apr 16, 2020
2 parents 7486d52 + e83cde3 commit 816d40d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: go
install: true

go:
- "1.10.1"
- "1.13.4"

script:
- make test
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ GOARCH ?= $(shell go env GOARCH)
$(EXE): go.mod *.go lib/*.go
go build -v -ldflags "-X main.version=$(VER)" -o $@ $(PKG)

Gopkg.lock: Gopkg.toml
dep ensure

.PHONY: release
release: $(EXE) darwin linux

Expand Down

0 comments on commit 816d40d

Please sign in to comment.