Skip to content

Commit

Permalink
wire: bump docker image to go 1.17 (#5224)
Browse files Browse the repository at this point in the history
  • Loading branch information
landism committed Nov 24, 2021
1 parent ac711d0 commit d221807
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ storybook:
cd web && yarn storybook

tilt-toast-container:
docker build -t gcr.io/windmill-public-containers/tilt-toast -f Dockerfile.toast .circleci
docker build --platform linux/amd64 -t gcr.io/windmill-public-containers/tilt-toast -f Dockerfile.toast .circleci
docker push gcr.io/windmill-public-containers/tilt-toast

ensure: vendor
Expand Down
5 changes: 3 additions & 2 deletions internal/cli/wire_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions internal/engine/buildcontrol/wire_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions internal/engine/wire_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions toast.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: gcr.io/windmill-public-containers/tilt-toast@sha256:7fc872a08b65c491a69002767d22818eb09e89101af37ef4b614e13b29c9589a
image: gcr.io/windmill-public-containers/tilt-toast@sha256:284647a4d9e5ae876edebdf31bdac932a05cf72f48187e7e70a917b61b79c1d5
tasks:
webview-proto:
input_paths:
Expand Down Expand Up @@ -42,7 +42,7 @@ tasks:
// Autogenerated: DO NOT EDIT
declare namespace Proto
" --output web/src/view.d.ts
sed -i 's|v1alpha1 "pkg/apis/core/v1alpha1"|v1alpha1 "github.com/tilt-dev/tilt/pkg/apis/core/v1alpha1"|g' pkg/webview/view.pb.go
sed -i 's|v1alpha1 "pkg/apis/core/v1alpha1"|v1alpha1 "github.com/tilt-dev/tilt/pkg/apis/core/v1alpha1"|g' pkg/webview/view.pb.go
wire:
location: /go/src/github.com/tilt-dev/tilt
Expand Down

0 comments on commit d221807

Please sign in to comment.