Skip to content

Commit

Permalink
sync versions with ci & release yamls
Browse files Browse the repository at this point in the history
Signed-off-by: Faeka Ansari <faeka6@gmail.com>
  • Loading branch information
fykaa committed Nov 10, 2024
1 parent 46601e6 commit 7d696a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.2-bookworm
image: golang:1.23.3-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 @@ -73,7 +73,7 @@ jobs:
checks: write # Used to create checks (linting comments) on PRs
runs-on: ubuntu-latest
container:
image: golang:1.23.2-bookworm
image: golang:1.23.3-bookworm
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -98,7 +98,7 @@ jobs:
lint-charts:
runs-on: ubuntu-latest
container:
image: golang:1.23.2-bookworm
image: golang:1.23.3-bookworm
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -122,7 +122,7 @@ jobs:
checks: write # Used to create checks (linting comments) on PRs
runs-on: ubuntu-latest
container:
image: golang:1.23.2-bookworm
image: golang:1.23.3-bookworm
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -145,7 +145,7 @@ jobs:
check-codegen:
runs-on: ubuntu-latest
container:
image: golang:1.23.2-bookworm
image: golang:1.23.3-bookworm
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
needs: [test-unit, lint-go, lint-charts, lint-proto, lint-ui, check-codegen]
runs-on: ubuntu-latest
container:
image: golang:1.23.2-bookworm
image: golang:1.23.3-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.2-bookworm
image: golang:1.23.3-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.2-bookworm
image: golang:1.23.3-bookworm
strategy:
matrix:
os: [linux, darwin, windows]
Expand Down

0 comments on commit 7d696a8

Please sign in to comment.