Skip to content

Commit

Permalink
*: upgrade golang 1.18.5 (#36788)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Aug 2, 2022
1 parent 5b4a82d commit 34d877a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ run --color=yes
build:release --workspace_status_command=./build/print-workspace-status.sh --stamp
build:release --config=ci
build --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
build:ci --remote_cache=http://172.16.4.21:8080/tidb --remote_timeout="10s"
build:ci --remote_cache=http://172.16.4.21:8080/tidb --remote_timeout="10s" --experimental_remote_cache_compression
test:ci --verbose_failures
test:ci --test_env=GO_TEST_WRAP_TESTV=1 --test_verbose_timeout_warnings
test:ci --remote_cache=http://172.16.4.21:8080/tidb --remote_timeout="10s"
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ go_rules_dependencies()

go_register_toolchains(
nogo = "@//build:tidb_nogo",
version = "1.18.4",
version = "1.18.5",
)

gazelle_dependencies()
Expand Down

0 comments on commit 34d877a

Please sign in to comment.