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

Commit

Permalink
Bump golang to 1.12 (#63)
Browse files Browse the repository at this point in the history
* Bump BUILD_IMAGE to 1.12 to get golang 1.12
* errcheck now works with modules, remove the skip in test
  • Loading branch information
rfay authored Feb 27, 2019
1 parent 64e70f3 commit 975450f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion makefile_components/base_build_go.mak
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GOFILES = $(shell find $(SRC_DIRS) -name "*.go")

BUILD_OS = $(shell go env GOHOSTOS)

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

BUILD_BASE_DIR ?= $(PWD)

Expand Down
1 change: 0 additions & 1 deletion tests/pkg/clean/build_tools_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ func TestGoVet(t *testing.T) {

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

// pkg/dirtycomplex/bad_errcheck_code.go
Expand Down

0 comments on commit 975450f

Please sign in to comment.