Skip to content

Commit 12a6478

Browse files
Task: Drop support for Golang 1.8
1 parent a29b5d5 commit 12a6478

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: go
22
go:
3-
- 1.8.x
43
- 1.9.x
54
- 1.10.x
65

Makefile.variables

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ endif
1515
# major, minor, patch
1616
RELEASE_TYPE ?=
1717
GITHUB_TOKEN ?=
18-
COVERALLS_TOKEN ?=
1918

2019
# Windows environment?
2120
CYG_CHECK := $(shell hash cygpath 2>/dev/null && echo 1)
@@ -43,7 +42,6 @@ DEV_IMAGE := ${PROJECT}_dev
4342

4443
DOCKERRUN := docker run --rm \
4544
-e PROJECT_FILE="${PROJECT_FILE}" \
46-
-e COVERALLS_TOKEN="${COVERALLS_TOKEN}" \
4745
-v ${ROOT}/vendor:/go/src \
4846
-v ${ROOT}:/${PROJECT}/src/${IMPORT_PATH} \
4947
-w /${PROJECT}/src/${IMPORT_PATH} \

0 commit comments

Comments
 (0)