Skip to content

Commit

Permalink
Drop support for Go 1.13 (#2733)
Browse files Browse the repository at this point in the history
Go 1.13 is no longer supported by the Go team and is not receiving
security updates.

Fixes #2728
  • Loading branch information
Jay Conrod committed Nov 19, 2020
1 parent 275a5de commit 6c191b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/private/sdk.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ load(
"versions",
)

MIN_SUPPORTED_VERSION = "1.13"
MIN_SUPPORTED_VERSION = "1.14"

def _go_host_sdk_impl(ctx):
goroot = _detect_host_sdk(ctx)
Expand Down

0 comments on commit 6c191b5

Please sign in to comment.