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
56f78ae3
Unverified
Commit
56f78ae3
authored
Aug 13, 2019
by
Christoph Blecker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to go 1.12.8
parent
32884077
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 @
56f78ae3
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
# This file creates a standard build environment for building cross
# This file creates a standard build environment for building cross
# platform go binary for the architecture kubernetes cares about.
# platform go binary for the architecture kubernetes cares about.
FROM
golang:1.12.
7
FROM
golang:1.12.
8
ENV
GOARM 7
ENV
GOARM 7
ENV
KUBE_DYNAMIC_CROSSPLATFORMS \
ENV
KUBE_DYNAMIC_CROSSPLATFORMS \
...
...
build/build-image/cross/VERSION
View file @
56f78ae3
v1.12.
7
-1
v1.12.
8
-1
build/root/WORKSPACE
View file @
56f78ae3
...
@@ -44,8 +44,8 @@ http_archive(
...
@@ -44,8 +44,8 @@ http_archive(
http_archive(
http_archive(
name = "io_bazel_rules_go",
name = "io_bazel_rules_go",
sha256 = "
38113392bac83252d2e6450b0056e41f35b2469903e319688883598ce38f0377
",
sha256 = "
2f09c340da7b4c14d2475f9c8c9d20c633740100345df67b97864d4f86dbe518
",
urls = mirror("https://github.com/bazelbuild/rules_go/releases/download/0.1
7.8/rules_go-0.17
.8.tar.gz"),
urls = mirror("https://github.com/bazelbuild/rules_go/releases/download/0.1
8.8/rules_go-0.18
.8.tar.gz"),
)
)
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")
...
@@ -53,7 +53,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
...
@@ -53,7 +53,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
go_rules_dependencies()
go_rules_dependencies()
go_register_toolchains(
go_register_toolchains(
go_version = "1.12.
7
",
go_version = "1.12.
8
",
)
)
http_archive(
http_archive(
...
...
test/images/Makefile
View file @
56f78ae3
...
@@ -17,7 +17,7 @@ include ../../hack/make-rules/Makefile.manifest
...
@@ -17,7 +17,7 @@ include ../../hack/make-rules/Makefile.manifest
REGISTRY
?=
gcr.io/kubernetes-e2e-test-images
REGISTRY
?=
gcr.io/kubernetes-e2e-test-images
GOARM
=
7
GOARM
=
7
QEMUVERSION
=
v2.9.1
QEMUVERSION
=
v2.9.1
GOLANG_VERSION
=
1.12.
7
GOLANG_VERSION
=
1.12.
8
export
export
ifndef
WHAT
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