Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
c2aa3586
Unverified
Commit
c2aa3586
authored
Nov 06, 2018
by
k8s-ci-robot
Committed by
GitHub
Nov 06, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #70665 from cblecker/go-1.11.2
Update to use go1.11.2
parents
f40a5d11
b71e7462
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Dockerfile
build/build-image/cross/Dockerfile
+1
-1
VERSION
build/build-image/cross/VERSION
+1
-1
WORKSPACE
build/root/WORKSPACE
+1
-1
Makefile
test/images/Makefile
+1
-1
No files found.
build/build-image/cross/Dockerfile
View file @
c2aa3586
...
...
@@ -15,7 +15,7 @@
# This file creates a standard build environment for building cross
# platform go binary for the architecture kubernetes cares about.
FROM
golang:1.11.
1
FROM
golang:1.11.
2
ENV
GOARM 7
ENV
KUBE_DYNAMIC_CROSSPLATFORMS \
...
...
build/build-image/cross/VERSION
View file @
c2aa3586
v1.11.
1-2
v1.11.
2-1
build/root/WORKSPACE
View file @
c2aa3586
...
...
@@ -49,7 +49,7 @@ load("@io_bazel_rules_docker//docker:docker.bzl", "docker_pull", "docker_reposit
go_rules_dependencies()
go_register_toolchains(
go_version = "1.11.
1
",
go_version = "1.11.
2
",
)
docker_repositories()
...
...
test/images/Makefile
View file @
c2aa3586
...
...
@@ -17,7 +17,7 @@ include ../../hack/make-rules/Makefile.manifest
REGISTRY
?=
gcr.io/kubernetes-e2e-test-images
GOARM
=
7
QEMUVERSION
=
v2.9.1
GOLANG_VERSION
=
1.11.
1
GOLANG_VERSION
=
1.11.
2
export
ifndef
WHAT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment