Skip to content

Commit

Permalink
corresponding updates to github workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
  • Loading branch information
krancour committed Jul 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8a736b3 commit 5f5a485
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
@@ -13,7 +13,7 @@ jobs:
test-unit:
runs-on: ubuntu-latest
container:
image: golang:1.22.4-bookworm
image: golang:1.22.5-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -63,7 +63,7 @@ jobs:
lint-go:
runs-on: ubuntu-latest
container:
image: golang:1.22.4-bookworm
image: golang:1.22.5-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -84,7 +84,7 @@ jobs:
lint-charts:
runs-on: ubuntu-latest
container:
image: golang:1.22.4-bookworm
image: golang:1.22.5-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -99,7 +99,7 @@ jobs:
lint-proto:
runs-on: ubuntu-latest
container:
image: golang:1.22.4-bookworm
image: golang:1.22.5-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -115,7 +115,7 @@ jobs:
check-codegen:
runs-on: ubuntu-latest
container:
image: golang:1.22.4-bookworm
image: golang:1.22.5-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -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.4-bookworm
image: golang:1.22.5-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -164,7 +164,7 @@ jobs:
if: github.event_name == 'release'
runs-on: ubuntu-latest
container:
image: golang:1.22.4-bookworm
image: golang:1.22.5-bookworm
strategy:
matrix:
os: [linux, darwin, windows]
@@ -232,7 +232,7 @@ jobs:
if: github.event_name != 'release'
runs-on: ubuntu-latest
container:
image: golang:1.22.4-bookworm
image: golang:1.22.5-bookworm
strategy:
matrix:
os: [linux, darwin, windows]

0 comments on commit 5f5a485

Please sign in to comment.