Skip to content

Commit

Permalink
chore(deps): bump golang from 1.21.5-bookworm to 1.21.6-bookworm (#1391)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Kent Rancourt <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kent Rancourt <[email protected]>
  • Loading branch information
dependabot[bot] and krancour authored Jan 16, 2024
1 parent bfc1fd4 commit 0d0e1ea
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 @@ -13,7 +13,7 @@ jobs:
test-unit:
runs-on: ubuntu-latest
container:
image: golang:1.21.5-bookworm
image: golang:1.21.6-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
lint-go:
runs-on: ubuntu-latest
container:
image: golang:1.21.5-bookworm
image: golang:1.21.6-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -54,7 +54,7 @@ jobs:
lint-charts:
runs-on: ubuntu-latest
container:
image: golang:1.21.5-bookworm
image: golang:1.21.6-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -69,7 +69,7 @@ jobs:
lint-proto:
runs-on: ubuntu-latest
container:
image: golang:1.21.5-bookworm
image: golang:1.21.6-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -85,7 +85,7 @@ jobs:
check-codegen:
runs-on: ubuntu-latest
container:
image: golang:1.21.5-bookworm
image: golang:1.21.6-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
needs: [test-unit, lint-go, lint-charts, lint-proto, check-codegen]
runs-on: ubuntu-latest
container:
image: golang:1.21.5-bookworm
image: golang:1.21.6-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
if: github.event_name == 'release'
runs-on: ubuntu-latest
container:
image: golang:1.21.5-bookworm
image: golang:1.21.6-bookworm
strategy:
matrix:
os: [linux, darwin, windows]
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
if: github.event_name != 'release'
runs-on: ubuntu-latest
container:
image: golang:1.21.5-bookworm
image: golang:1.21.6-bookworm
steps:
- name: Install awscli
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####################################################################################################
# back-end-builder
####################################################################################################
FROM --platform=$BUILDPLATFORM golang:1.21.5-bookworm as back-end-builder
FROM --platform=$BUILDPLATFORM golang:1.21.6-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.21.5-bookworm
FROM golang:1.21.6-bookworm

ARG TARGETARCH

Expand Down

0 comments on commit 0d0e1ea

Please sign in to comment.