Skip to content

Commit

Permalink
update k8s.io/client-go to v0.29.8
Browse files Browse the repository at this point in the history
  • Loading branch information
name212 committed Sep 27, 2024
1 parent 05c5c66 commit 76f94ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
name: Run Go linters
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20
- name: Set up Go 1.23
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23'
id: go

- name: Check out addon-operator code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20
- name: Set up Go 1.23
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23'
id: go

- name: Check out addon-operator code
Expand Down

0 comments on commit 76f94ab

Please sign in to comment.