Skip to content

Commit

Permalink
Remove genny to get a successful build on current go version and upda…
Browse files Browse the repository at this point in the history
…te docker.properties

Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Sep 10, 2024
1 parent 996a82a commit d2ba8fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docker.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_IMAGE_TAG=202405102250
LINTER_IMAGE_DIGEST=e9987c1c23d0d9c8443b3973f7f3482e5737b10053ce56f58fa59e4cb4f32291
DEV_IMAGE_DIGEST=7e38004cc30aa4f26b800ecad67c8e38fdffdfed8b3be0d3084e1706a60a4f21
DEV_IMAGE_WITH_EXTRAS_DIGEST=c405c9b28a8ed91785ad1115df146b80f275e88f93e4c5a516ad4bb7d4508112
DOCKER_IMAGE_TAG=202409092344
LINTER_IMAGE_DIGEST=18436897f607dd6b1926c12de13be7e9ed668a17cff133e4da90aad0112a406f
DEV_IMAGE_DIGEST=83eba02bf4ced64161276dee88dcd6f02de5951bb3ce5346a1182c70498156aa
DEV_IMAGE_WITH_EXTRAS_DIGEST=27ff4d9111b77516fdf73715ba6ea23d02de3b790d88f6f70a48c5e1ec53570c
1 change: 0 additions & 1 deletion tools/chef/cookbooks/px_dev/recipes/golang.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
execute 'install go binaries' do
ENV['GOPATH'] = "/opt/px_dev/gopath"
command %(go install github.com/golang/mock/[email protected] && \
go install github.com/cheekybits/[email protected] && \
go install sigs.k8s.io/controller-tools/cmd/[email protected] && \
go install k8s.io/code-generator/cmd/[email protected] && \
go install github.com/go-bindata/go-bindata/[email protected]+incompatible && \
Expand Down

0 comments on commit d2ba8fa

Please sign in to comment.