Skip to content

Commit

Permalink
chore(deps): bump golang from 1.22.5 to 1.22.6 (#2422)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
  • Loading branch information
hiddeco authored Aug 12, 2024
1 parent 302774a commit e6f38fb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.22.5-bookworm
image: golang:1.22.6-bookworm
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
checks: write # Used to create checks (linting comments) on PRs
runs-on: ubuntu-latest
container:
image: golang:1.22.5-bookworm
image: golang:1.22.6-bookworm
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -88,7 +88,7 @@ jobs:
lint-charts:
runs-on: ubuntu-latest
container:
image: golang:1.22.5-bookworm
image: golang:1.22.6-bookworm
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -105,7 +105,7 @@ jobs:
checks: write # Used to create checks (linting comments) on PRs
runs-on: ubuntu-latest
container:
image: golang:1.22.5-bookworm
image: golang:1.22.6-bookworm
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -121,7 +121,7 @@ jobs:
check-codegen:
runs-on: ubuntu-latest
container:
image: golang:1.22.5-bookworm
image: golang:1.22.6-bookworm
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
needs: [test-unit, lint-go, lint-charts, lint-proto, lint-ui, check-codegen]
runs-on: ubuntu-latest
container:
image: golang:1.22.5-bookworm
image: golang:1.22.6-bookworm
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
if: github.event_name == 'release'
runs-on: ubuntu-latest
container:
image: golang:1.22.5-bookworm
image: golang:1.22.6-bookworm
strategy:
matrix:
os: [linux, darwin, windows]
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
if: github.event_name != 'release'
runs-on: ubuntu-latest
container:
image: golang:1.22.5-bookworm
image: golang:1.22.6-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 @@ -18,7 +18,7 @@ RUN NODE_ENV='production' VERSION=${VERSION} pnpm run build
####################################################################################################
# back-end-builder
####################################################################################################
FROM --platform=$BUILDPLATFORM golang:1.22.5-bookworm AS back-end-builder
FROM --platform=$BUILDPLATFORM golang:1.22.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.22.5-bookworm
FROM golang:1.22.6-bookworm

ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/akuity/kargo

go 1.22.5
go 1.22.6

require (
connectrpc.com/connect v1.16.2
Expand Down

0 comments on commit e6f38fb

Please sign in to comment.