danmx / sigil

AWS SSM Session manager client
Apache License 2.0
69 stars 13 forks source link

chore(deps): update dependency io_bazel_rules_go to v0.23.7 #131

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
io_bazel_rules_go http_archive patch v0.23.3 -> v0.23.7

Release Notes

bazelbuild/rules_go ### [`v0.23.7`](https://togithub.com/bazelbuild/rules_go/releases/v0.23.7) [Compare Source](https://togithub.com/bazelbuild/rules_go/compare/v0.23.6...v0.23.7) #### New Go versions Go 1.14.7 and 1.13.15 are now supported. #### WORKSPACE code load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", sha256 = "0310e837aed522875791750de44408ec91046c630374990edd51827cb169f616", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.23.7/rules_go-v0.23.7.tar.gz", "https://github.com/bazelbuild/rules_go/releases/download/v0.23.7/rules_go-v0.23.7.tar.gz", ], ) load("@​io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains") go_rules_dependencies() go_register_toolchains() ### [`v0.23.6`](https://togithub.com/bazelbuild/rules_go/releases/v0.23.6) [Compare Source](https://togithub.com/bazelbuild/rules_go/compare/v0.23.5...v0.23.6) #### Bug fixes - The builder will invoke the Go compiler and linker using response files when the length of arguments exceeds operating system limits. - `go_test` will now recompile packages imported by external tests that transitively import the library under test. To avoid conflicts with the Go 1.15 linker (which has a stricter export data check), it's necessary to recompile these packages against the internal test archive. #### WORKSPACE code load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", sha256 = "8663604808d2738dc615a2c3eb70eba54a9a982089dd09f6ffe5d0e75771bc4f", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.23.6/rules_go-v0.23.6.tar.gz", "https://github.com/bazelbuild/rules_go/releases/download/v0.23.6/rules_go-v0.23.6.tar.gz", ], ) load("@​io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains") go_rules_dependencies() go_register_toolchains() ### [`v0.23.5`](https://togithub.com/bazelbuild/rules_go/releases/v0.23.5) [Compare Source](https://togithub.com/bazelbuild/rules_go/compare/v0.23.4...v0.23.5) #### New Go versions Go 1.14.6 and 1.13.14 are now supported. #### WORKSPACE code load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", sha256 = "2d536797707dd1697441876b2e862c58839f975c8fc2f0f96636cbd428f45866", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.23.5/rules_go-v0.23.5.tar.gz", "https://github.com/bazelbuild/rules_go/releases/download/v0.23.5/rules_go-v0.23.5.tar.gz", ], ) load("@​io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains") go_rules_dependencies() go_register_toolchains() ### [`v0.23.4`](https://togithub.com/bazelbuild/rules_go/releases/v0.23.4) [Compare Source](https://togithub.com/bazelbuild/rules_go/compare/v0.23.3...v0.23.4) #### New Go versions Go 1.14.5 and 1.13.13 are now supported. #### Bug fixes - Package conflicts are now detected more reliably during linking, and diagnostic messages are clearer. These are still not hard failures (though they will be in the future), but they'll be printed as warnings. - Better static linking with `libstdc++`. - Coverage mode is set to `atomic` when race detection is enabled. - `race` and `msan` are disabled when `pure` mode is enabled. - Added missing platforms from `go tool dist list`. #### WORKSPACE code load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", sha256 = "e5de048e72612598c45f564202f6a3c74616be4ffd2dbd6f7bc75045f8ecbdce", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.23.4/rules_go-v0.23.4.tar.gz", "https://github.com/bazelbuild/rules_go/releases/download/v0.23.4/rules_go-v0.23.4.tar.gz", ], ) load("@​io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains") go_rules_dependencies() go_register_toolchains()

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov[bot] commented 4 years ago

Codecov Report

Merging #131 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #131   +/-   ##
=======================================
  Coverage   19.54%   19.54%           
=======================================
  Files           8        8           
  Lines         619      619           
=======================================
  Hits          121      121           
  Misses        473      473           
  Partials       25       25           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b979cd7...fcbb853. Read the comment docs.