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

Upgrade to Go 1.13 #3362

Merged
merged 2 commits into from Nov 18, 2019
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/scripts/build_scion_img
Expand Up @@ -2,7 +2,7 @@

set -e

BASE_IMG=${BASE_IMG:-c64aba009a9e8f72e1a311e506fd2237c51a4f08cd36898bc379ac95f400cc81}
BASE_IMG=${BASE_IMG:-d1a7753613a484c212f8695b55260e664dbd6c8d906ffa789645ecc8d2897c55}

docker pull scionproto/scion_base@sha256:$BASE_IMG
docker tag scionproto/scion_base@sha256:$BASE_IMG scion_base:latest
Expand Down
8 changes: 4 additions & 4 deletions WORKSPACE
Expand Up @@ -16,7 +16,7 @@ go_rules_dependencies()
go_download_sdk(
name = "go_sdk",
sdks = {
"linux_amd64": ("go1.11.13.linux-amd64.tar.gz", "50fe8e13592f8cf22304b9c4adfc11849a2c3d281b1d7e09c924ae24874c6daa"),
"linux_amd64": ("go1.13.4.linux-amd64.tar.gz", "692d17071736f74be04a72a06dab9cac1cd759377bd85316e52b2227604c004c"),
},
)

Expand Down Expand Up @@ -238,7 +238,7 @@ go_repository(

go_repository(
name = "com_github_jtolds_gls",
commit = "8ddce2a84170772b95dd5d576c48d517b22cac63",
commit = "b4936e06046bbecbb94cae9c18127ebe510a2cb9",
importpath = "github.com/jtolds/gls",
)

Expand Down Expand Up @@ -365,13 +365,13 @@ go_repository(

go_repository(
name = "com_github_smartystreets_assertions",
commit = "2063fd1cc7c975db70502811a34b06ad034ccdf2",
commit = "b2de0cb4f26d0705483a2f495d89896d0b808573",
importpath = "github.com/smartystreets/assertions",
)

go_repository(
name = "com_github_smartystreets_goconvey",
commit = "a9793712606dd72b256bcbb0fad0858aa0e72d67",
commit = "63cc4eee0dbc998a86d3aef8b7d7eb8fc765b748",
importpath = "github.com/smartystreets/goconvey",
vcs = "git",
remote = "https://github.com/kormat/goconvey.git",
Expand Down