Skip to content

Commit

Permalink
Upgrade go to 1.22 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 Mar 21, 2024
1 parent 3a12d65 commit 19d1ae6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
<<<<<<< Updated upstream
go: [ '1.19' ]
=======
go: [ '1.21' ]
>>>>>>> Stashed changes
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand All @@ -35,7 +31,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
version: v1.57.0

kube-linter:
name: Kube YAML
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
<<<<<<< Updated upstream
go: [ '1.19' ]
=======
go: [ '1.21' ]
>>>>>>> Stashed changes
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout source
Expand Down Expand Up @@ -53,11 +49,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
<<<<<<< Updated upstream
go: [ '1.19' ]
=======
go: [ '1.21' ]
>>>>>>> Stashed changes
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout source
Expand Down Expand Up @@ -87,11 +79,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
<<<<<<< Updated upstream
go: [ '1.19' ]
=======
go: [ '1.21' ]
>>>>>>> Stashed changes
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout source
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
<<<<<<< Updated upstream
go: [ '1.19' ]
=======
go: [ '1.21' ]
>>>>>>> Stashed changes
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand All @@ -39,11 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
<<<<<<< Updated upstream
go: [ '1.19' ]
=======
go: [ '1.21' ]
>>>>>>> Stashed changes
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand All @@ -62,11 +54,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
<<<<<<< Updated upstream
go: [ '1.19' ]
=======
go: [ '1.21' ]
>>>>>>> Stashed changes
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand All @@ -85,11 +73,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
<<<<<<< Updated upstream
go: [ '1.19' ]
=======
go: [ '1.21' ]
>>>>>>> Stashed changes
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand All @@ -108,11 +92,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
<<<<<<< Updated upstream
go: [ '1.19' ]
=======
go: [ '1.21' ]
>>>>>>> Stashed changes
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand All @@ -131,11 +111,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
<<<<<<< Updated upstream
go: [ '1.19' ]
=======
go: [ '1.21' ]
>>>>>>> Stashed changes
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand Down

0 comments on commit 19d1ae6

Please sign in to comment.