Skip to content

Commit

Permalink
mk: bump Go and builder versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraettinger committed Aug 29, 2024
1 parent cb5dcc5 commit d404f51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
jobs:
build:
name: "Build"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: "Checkout"
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions mk/ci-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this file. This works only so long as there are no _other_ files that go into the final image.
# So if you add any ADD or COPY directives, be sure to update the cache key in the github actions
# workflow yaml
FROM ubuntu:20.04
FROM ubuntu:22.04

RUN apt-get update -y \
&& apt-get upgrade -y \
Expand All @@ -23,8 +23,8 @@ RUN apt-get update -y \
zip \
&& rm -rf /var/lib/apt/lists/*

ARG GOLANG_VERSION=1.19.13
ARG GOLANG_SHA256=4643d4c29c55f53fa0349367d7f1bb5ca554ea6ef528c146825b0f8464e2e668
ARG GOLANG_VERSION=1.22.4
ARG GOLANG_SHA256=ba79d4526102575196273416239cca418a651e049c2b099f3159db85e7bade7d

ARG DOCKER_VERSION=19.03.8
ARG DOCKER_SHA256=7f4115dc6a3c19c917f8b9664d7b51c904def1c984e082c4600097433323cf6f
Expand Down
2 changes: 1 addition & 1 deletion mk/ci-release.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04

# Pick run-time library packages which match the development packages
# used by the ci-builder image. "curl" is included, to allow node-zone.sh
Expand Down

0 comments on commit d404f51

Please sign in to comment.