Skip to content

Commit

Permalink
Merge pull request #641 from tariq1890/go_cve
Browse files Browse the repository at this point in the history
use the latest patch release of go 1.11
  • Loading branch information
k8s-ci-robot authored Jan 28, 2019
2 parents 1148e8b + aa6cae8 commit 107fff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: required
language: go

go:
- "1.11.4"
- "1.11.5"

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BuildDate = $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
Commit = $(shell git rev-parse --short HEAD)
ALL_ARCH = amd64 arm arm64 ppc64le s390x
PKG=k8s.io/kube-state-metrics/pkg
GO_VERSION=1.11.4
GO_VERSION=1.11.5

IMAGE = $(REGISTRY)/kube-state-metrics
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
Expand Down

0 comments on commit 107fff0

Please sign in to comment.