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
851afa0b
Unverified
Commit
851afa0b
authored
May 09, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
May 09, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #77528 from cblecker/go-1.12.5
Update to go 1.12.5
parents
524169fe
31ffa88a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
Dockerfile
build/build-image/cross/Dockerfile
+1
-1
VERSION
build/build-image/cross/VERSION
+1
-1
WORKSPACE
build/root/WORKSPACE
+3
-3
Makefile
test/images/Makefile
+1
-1
No files found.
build/build-image/cross/Dockerfile
View file @
851afa0b
...
...
@@ -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.12.
4
FROM
golang:1.12.
5
ENV
GOARM 7
ENV
KUBE_DYNAMIC_CROSSPLATFORMS \
...
...
build/build-image/cross/VERSION
View file @
851afa0b
v1.12.
4
-1
v1.12.
5
-1
build/root/WORKSPACE
View file @
851afa0b
...
...
@@ -42,8 +42,8 @@ http_archive(
http_archive(
name = "io_bazel_rules_go",
sha256 = "
91b79f4758fd16f2c6426279ce00c1d2d8577d61c519db39675ed84657e1a95e
",
urls = mirror("https://github.com/bazelbuild/rules_go/releases/download/0.17.
4/rules_go-0.17.4
.tar.gz"),
sha256 = "
87a089eabf919de29eb4711daa52ffbc4b22b2c045949c20503357a3cadf1037
",
urls = mirror("https://github.com/bazelbuild/rules_go/releases/download/0.17.
5/rules_go-0.17.5
.tar.gz"),
)
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")
...
...
@@ -51,7 +51,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
go_rules_dependencies()
go_register_toolchains(
go_version = "1.12.
4
",
go_version = "1.12.
5
",
)
http_archive(
...
...
test/images/Makefile
View file @
851afa0b
...
...
@@ -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.12.
4
GOLANG_VERSION
=
1.12.
5
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