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
e7f1eaf2
Commit
e7f1eaf2
authored
May 03, 2018
by
Jeff Grafton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update to rules_go 0.12.1
parent
01f94051
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
WORKSPACE
build/root/WORKSPACE
+4
-4
No files found.
build/root/WORKSPACE
View file @
e7f1eaf2
...
...
@@ -3,8 +3,8 @@ load("//build:workspace.bzl", "CRI_TOOLS_VERSION")
http_archive(
name = "io_bazel_rules_go",
sha256 = "
6c770aece75ac47fe218ad881775c37cf29db013ab751d0bfef01c0b5a6ee01f
",
urls = mirror("https://github.com/bazelbuild/rules_go/releases/download/0.1
0.4/rules_go-0.10.4
.tar.gz"),
sha256 = "
8b68d0630d63d95dacc0016c3bb4b76154fe34fca93efd65d1c366de3fcb4294
",
urls = mirror("https://github.com/bazelbuild/rules_go/releases/download/0.1
2.1/rules_go-0.12.1
.tar.gz"),
)
http_archive(
...
...
@@ -42,8 +42,8 @@ load("@bazel_skylib//:lib.bzl", "versions")
versions.check(minimum_bazel_version = "0.13.0")
load("@io_bazel_rules_go//go:def.bzl", "go_
rules_dependencies", "go_register_toolchains", "go_download_sdk
")
load("@io_bazel_rules_docker//docker:docker.bzl", "docker_
repositories", "docker_pull
")
load("@io_bazel_rules_go//go:def.bzl", "go_
download_sdk", "go_register_toolchains", "go_rules_dependencies
")
load("@io_bazel_rules_docker//docker:docker.bzl", "docker_
pull", "docker_repositories
")
go_rules_dependencies()
...
...
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