Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 975450f

Browse files
authored
Bump golang to 1.12 (#63)
* Bump BUILD_IMAGE to 1.12 to get golang 1.12 * errcheck now works with modules, remove the skip in test
1 parent 64e70f3 commit 975450f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

makefile_components/base_build_go.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GOFILES = $(shell find $(SRC_DIRS) -name "*.go")
3232

3333
BUILD_OS = $(shell go env GOHOSTOS)
3434

35-
BUILD_IMAGE ?= drud/golang-build-container:v1.11.4.2
35+
BUILD_IMAGE ?= drud/golang-build-container:v1.12
3636

3737
BUILD_BASE_DIR ?= $(PWD)
3838

tests/pkg/clean/build_tools_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ func TestGoVet(t *testing.T) {
132132

133133
// Test errcheck.
134134
func TestErrCheck(t *testing.T) {
135-
t.Skip("errcheck does not yet work with go 1.11 modules, see https://github.com/kisielk/errcheck/issues/155")
136135
a := assert.New(t)
137136

138137
// pkg/dirtycomplex/bad_errcheck_code.go

0 commit comments

Comments
 (0)