Skip to content

Commit

Permalink
GH-1 Upgrade to go 1.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dlisin committed Jan 24, 2019
1 parent 97e9ddf commit 9483510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_IMG ?= dlisin/yandex-cloud-controller-manager:latest
DOCKER_IMG ?= dlisin/yandex-cloud-controller-manager:dev

all: test

Expand Down
2 changes: 1 addition & 1 deletion cmd/yandex-cloud-controller-manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.11.4 as builder
FROM golang:1.11.5 as builder

WORKDIR /go/src/github.com/dlisin/yandex-cloud-controller-manager
COPY cmd/ cmd/
Expand Down

0 comments on commit 9483510

Please sign in to comment.