Skip to content

Commit

Permalink
Merge pull request #238 from justaugustus/no-force-go
Browse files Browse the repository at this point in the history
WORKSPACE: Don't force go version in `configure()` directive
  • Loading branch information
k8s-ci-robot authored Apr 15, 2021
2 parents 5d677a1 + 28def89 commit 908da14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ repositories()

load("//:repos.bzl", "configure", "repo_infra_go_repositories")

configure(override_go_version = "1.15.11")
configure()

repo_infra_go_repositories()

0 comments on commit 908da14

Please sign in to comment.