Skip to content

Commit

Permalink
chore(deps): bump golang from 1.23.3-bookworm to 1.23.4-bookworm (#3088)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Faeka Ansari <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Faeka Ansari <[email protected]>
(cherry picked from commit 7b2f3ae)
  • Loading branch information
dependabot[bot] authored and hiddeco committed Dec 9, 2024
1 parent cdb3c6a commit 66bbcf5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test-unit:
runs-on: ubuntu-latest
container:
image: golang:1.23.3-bookworm
image: golang:1.23.4-bookworm
steps:
# Install Git from "trixie" repository to get a more recent version than
# the one available in "stable". This can be removed once the version in
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
checks: write # Used to create checks (linting comments) on PRs
runs-on: ubuntu-latest
container:
image: golang:1.23.3-bookworm
image: golang:1.23.4-bookworm
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -100,7 +100,7 @@ jobs:
lint-charts:
runs-on: ubuntu-latest
container:
image: golang:1.23.3-bookworm
image: golang:1.23.4-bookworm
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -124,7 +124,7 @@ jobs:
checks: write # Used to create checks (linting comments) on PRs
runs-on: ubuntu-latest
container:
image: golang:1.23.3-bookworm
image: golang:1.23.4-bookworm
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -147,7 +147,7 @@ jobs:
check-codegen:
runs-on: ubuntu-latest
container:
image: golang:1.23.3-bookworm
image: golang:1.23.4-bookworm
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
needs: [test-unit, lint-go, lint-charts, lint-proto, lint-and-typecheck-ui, check-codegen]
runs-on: ubuntu-latest
container:
image: golang:1.23.3-bookworm
image: golang:1.23.4-bookworm
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
if: github.event_name == 'release'
runs-on: ubuntu-latest
container:
image: golang:1.23.3-bookworm
image: golang:1.23.4-bookworm
strategy:
matrix:
os: [linux, darwin, windows]
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
if: github.event_name != 'release'
runs-on: ubuntu-latest
container:
image: golang:1.23.3-bookworm
image: golang:1.23.4-bookworm
strategy:
matrix:
os: [linux, darwin, windows]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN NODE_ENV='production' VERSION=${VERSION} pnpm run build
####################################################################################################
# back-end-builder
####################################################################################################
FROM --platform=$BUILDPLATFORM golang:1.23.3-bookworm AS back-end-builder
FROM --platform=$BUILDPLATFORM golang:1.23.4-bookworm AS back-end-builder

ARG TARGETOS
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3-bookworm
FROM golang:1.23.4-bookworm

ARG TARGETARCH

Expand Down

0 comments on commit 66bbcf5

Please sign in to comment.