Skip to content

Commit

Permalink
Bump up deps for github actions
Browse files Browse the repository at this point in the history
Signed-off-by: vbadrina <[email protected]>
  • Loading branch information
vbnrh committed Feb 5, 2025
1 parent 1f95250 commit cce4f43
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
go: [ '1.23' ]
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.57.0
version: v1.63.4

kube-linter:
name: Kube YAML
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
go: [ '1.23' ]
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout source
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
go: [ '1.23' ]
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout source
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
go: [ '1.23' ]
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout source
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
go: [ '1.23' ]
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
go: [ '1.23' ]
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
go: [ '1.23' ]
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand All @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
go: [ '1.23' ]
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand All @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
go: [ '1.23' ]
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand All @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
go: [ '1.23' ]
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand Down

0 comments on commit cce4f43

Please sign in to comment.