Skip to content

Commit

Permalink
Update the docker golang build image
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Da Ros committed Jun 20, 2019
1 parent 9ffe8d1 commit 250e85e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ endif

IMAGE := $(REGISTRY)/$(BIN)-$(ARCH)-$(OS)

BUILD_IMAGE ?= golang:1.11-stretch
BUILD_IMAGE ?= golang:1.12-stretch
# If you want to build all binaries, see the 'all-build' rule.
# If you want to build all containers, see the 'all-container' rule.
# If you want to build AND push all containers, see the 'all-push' rule.
Expand Down
4 changes: 0 additions & 4 deletions internal/pkg/sql/sqlBackend.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ func New() endpoint.Endpoint {
}

func (s *SqlBackend) open(args ...interface{}) error {
log.When(config.Options.Logging).Infof(
"[backend] open connection to database %v\n",
config.Options.Database.Driver,
)
driver := args[0].(string)
url := args[1].(string)
log.When(config.Options.Logging).Infof(
Expand Down

0 comments on commit 250e85e

Please sign in to comment.