Skip to content

Commit

Permalink
Upgrade go patch versions
Browse files Browse the repository at this point in the history
Summary: TSIA. This is to pull in all patches.

Test Plan: All existing builds and tests work.

Reviewers: zasgar, jamesbartlett, michelle

Reviewed By: zasgar

Signed-off-by: Vihang Mehta <[email protected]>

Differential Revision: https://phab.corp.pixielabs.ai/D12685

GitOrigin-RevId: f46b2a3c8ea632f6e19d1c26c0ca011be823e7b8
  • Loading branch information
vihangm authored and copybaranaut committed Jan 4, 2023
1 parent 07f26ba commit 1be1d98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pl_go_overrides()

go_download_sdk(
name = "go_sdk",
version = "1.19.2",
version = "1.19.4",
)

go_rules_dependencies()
Expand Down Expand Up @@ -212,12 +212,12 @@ go_download_sdk(

go_download_sdk(
name = "go_sdk_1_18",
version = "1.18.7",
version = "1.18.9",
)

go_download_sdk(
name = "go_sdk_1_19",
version = "1.19.2",
version = "1.19.4",
)

pip_parse(
Expand Down
2 changes: 1 addition & 1 deletion docker.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DOCKER_IMAGE_TAG=202212230615
DOCKER_IMAGE_TAG=202301032325
8 changes: 4 additions & 4 deletions tools/chef/cookbooks/pixielabs/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
'f03d44ecaac3878e3d19489e37caa4ca1dc57427b686a78a85065ea3c27ebe68'

default['golang']['download_path'] =
'https://dl.google.com/go/go1.19.2.linux-amd64.tar.gz'
'https://dl.google.com/go/go1.19.4.linux-amd64.tar.gz'
default['golang']['sha256'] =
'5e8c5a74fe6470dd7e055a461acda8bb4050ead8c2df70f227e3ff7d8eb7eeb6'
'c9c08f783325c4cf840a94333159cc937f05f75d36a8b307951d5bd959cf2ab8'

default['skaffold']['download_path'] =
'https://storage.googleapis.com/skaffold/releases/v1.38.0/skaffold-linux-amd64'
Expand Down Expand Up @@ -195,9 +195,9 @@
'8e543c5c9f1c8c91df945cd2fb4c3b43587929a43044a0ed87d13da0d19f96e8'

default['golang']['download_path'] =
'https://dl.google.com/go/go1.19.2.darwin-amd64.tar.gz'
'https://dl.google.com/go/go1.19.4.darwin-amd64.tar.gz'
default['golang']['sha256'] =
'16f8047d7b627699b3773680098fbaf7cc962b7db02b3e02726f78c4db26dfde'
'44894862d996eec96ef2a39878e4e1fce4d05423fc18bdc1cbba745ebfa41253'

default['skaffold']['download_path'] =
'https://storage.googleapis.com/skaffold/releases/v1.38.0/skaffold-darwin-amd64'
Expand Down

0 comments on commit 1be1d98

Please sign in to comment.