Skip to content

Commit

Permalink
chore(deps): bump golang from 1.22.3-bookworm to 1.22.4-bookworm (#2133)
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 Jun 10, 2024
1 parent a94a058 commit e2a8e5f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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.22.3-bookworm
image: golang:1.22.4-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
lint-go:
runs-on: ubuntu-latest
container:
image: golang:1.22.3-bookworm
image: golang:1.22.4-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -84,7 +84,7 @@ jobs:
lint-charts:
runs-on: ubuntu-latest
container:
image: golang:1.22.3-bookworm
image: golang:1.22.4-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -99,7 +99,7 @@ jobs:
lint-proto:
runs-on: ubuntu-latest
container:
image: golang:1.22.3-bookworm
image: golang:1.22.4-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -115,7 +115,7 @@ jobs:
check-codegen:
runs-on: ubuntu-latest
container:
image: golang:1.22.3-bookworm
image: golang:1.22.4-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
needs: [test-unit, lint-go, lint-charts, lint-proto, lint-ui, check-codegen]
runs-on: ubuntu-latest
container:
image: golang:1.22.3-bookworm
image: golang:1.22.4-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
fi
echo "Repository is set to: $REPO"
echo "repo=$REPO" >> $GITHUB_OUTPUT
- name: Setup Go >= 1.22.3
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22.3'
go-version: '1.22.4'
- name: Set version for unstable builds
id: unstable-version
run: |
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
if: github.event_name == 'release'
runs-on: ubuntu-latest
container:
image: golang:1.22.3-bookworm
image: golang:1.22.4-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.3-bookworm
image: golang:1.22.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 @@ -18,7 +18,7 @@ RUN NODE_ENV='production' VERSION=${VERSION} pnpm run build
####################################################################################################
# back-end-builder
####################################################################################################
FROM --platform=$BUILDPLATFORM golang:1.22.3-bookworm as back-end-builder
FROM --platform=$BUILDPLATFORM golang:1.22.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.22.3-bookworm
FROM golang:1.22.4-bookworm

ARG TARGETARCH

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

go 1.22.0

toolchain go1.22.3
toolchain go1.22.4

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

0 comments on commit e2a8e5f

Please sign in to comment.