Skip to content

Commit

Permalink
release: use Go 1.19 to build releases (#5939)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Sieger <nick@nicksieger.com>

Signed-off-by: Nick Sieger <nick@nicksieger.com>
  • Loading branch information
nicksieger authored Sep 19, 2022
1 parent 6f7f5f2 commit a47c07c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
release-dry-run:
docker:
# keep image in sync with scripts/build.toast.yml
- image: docker/tilt-releaser@sha256:80a0b6ec5276ae81b119b0fc3fa149b02b52e314eda33b0229bd60eb89649893
- image: docker/tilt-releaser@sha256:3c972e2a877508310fcda10dc412feb0cc36595a9fceb46f500ad797325287f8
environment:
DOCKER_CLI_EXPERIMENTAL: enabled
steps:
Expand All @@ -150,7 +150,7 @@ jobs:
resource_class: medium+
docker:
# keep image in sync with scripts/build.toast.yml
- image: docker/tilt-releaser@sha256:80a0b6ec5276ae81b119b0fc3fa149b02b52e314eda33b0229bd60eb89649893
- image: docker/tilt-releaser@sha256:3c972e2a877508310fcda10dc412feb0cc36595a9fceb46f500ad797325287f8
environment:
DOCKER_CLI_EXPERIMENTAL: enabled
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.toast.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# keep image in sync with .circleci/config.yml
image: docker/tilt-releaser@sha256:80a0b6ec5276ae81b119b0fc3fa149b02b52e314eda33b0229bd60eb89649893
image: docker/tilt-releaser@sha256:3c972e2a877508310fcda10dc412feb0cc36595a9fceb46f500ad797325287f8
location: /go/src/github.com/tilt-dev/tilt
command_prefix: set -euo pipefail
tasks:
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# 1) Better leverage OS-specific C headers
# 2) Be able to do releases from a CI job

FROM docker/tilt-golang-cross:1.18.0-1
FROM docker/tilt-golang-cross:1.19

RUN apt-get update && \
apt-get install -y -q --no-install-recommends \
Expand Down

0 comments on commit a47c07c

Please sign in to comment.