Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go_sdk: upgrade to 1.22.1 #6217

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_download_sdk", "go_register_toolchai

go_rules_dependencies()

GO_SDK_VERSION = "1.21.7"
GO_SDK_VERSION = "1.22.1"

# Register multiple Go SDKs so that we can perform cross-compilation remotely.
# i.e. We might want to trigger a Linux AMD64 Go build remotely from a MacOS ARM64 laptop.
Expand Down
13 changes: 1 addition & 12 deletions buildbuddy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@ actions:
- "*"
bazel_commands:
- test //... --config=linux-workflows --config=race --test_tag_filters=-performance,-webdriver,-docker,-bare
- name: Test with static
sluongng marked this conversation as resolved.
Show resolved Hide resolved
container_image: ubuntu-20.04
triggers:
push:
branches:
- "master"
pull_request:
branches:
- "*"
bazel_commands:
- test //... --config=linux-workflows --config=race --config=static --test_tag_filters=-performance,-webdriver,-docker,-bare
- name: Check style
container_image: ubuntu-20.04
triggers:
Expand Down Expand Up @@ -110,7 +99,7 @@ actions:
branches:
- "*"
bazel_commands:
- test //... --host_platform=//:many_layered_image --config=linux-workflows --config=race --config=static --test_tag_filters=-performance,-webdriver,-docker,-bare
- test //... --host_platform=//:many_layered_image --config=linux-workflows --config=race --test_tag_filters=-performance,-webdriver,-docker,-bare

plugins:
- path: cli/plugins/go-deps
Expand Down
Loading