mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
dev-docs: document new location of Go toolchain version
This commit is contained in:
parent
2c8a16294e
commit
f57698ac3f
@ -4,12 +4,11 @@
|
||||
|
||||
## Steps
|
||||
|
||||
Replace "1.xx.x" with the new version in [WORKSPACE.bzlmod](/WORKSPACE.bzlmod):
|
||||
Replace "1.xx.x" with the new version in [MODULE.bazel](/MODULE.bazel):
|
||||
|
||||
```starlark
|
||||
load("@io_bazel_rules_go//go:deps.bzl", "go_download_sdk", "go_register_toolchains", "go_rules_dependencies")
|
||||
|
||||
go_download_sdk(
|
||||
go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
|
||||
go_sdk.download(
|
||||
name = "go_sdk",
|
||||
patches = ["//3rdparty/bazel/org_golang:go_tls_max_handshake_size.patch"],
|
||||
version = "1.xx.x", <--- Replace this one
|
||||
|
Loading…
Reference in New Issue
Block a user