Skip to content

Commit

Permalink
Update CONTROLLER_GEN_VERSION=v0.17.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Klues <[email protected]>
  • Loading branch information
klueska committed Jan 23, 2025
1 parent 31eeaf6 commit 5084bd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ jobs:
- ${{github.event_name == 'pull_request'}}
include:
- go-version: "1.22"
controller-gen-version: "v0.14.0"
controller-gen-version: "v0.17.1"
client-gen-version: "v0.29.2"
- go-version: "1.22.1"
controller-gen-version: "v0.14.0"
controller-gen-version: "v0.17.1"
client-gen-version: "v0.29.2"
exclude:
- ispr: true
Expand Down Expand Up @@ -152,6 +152,6 @@ jobs:
platforms: ${{ env.IMAGE_PLATFORMS }}
build-args: |
GOLANG_VERSION=${{ matrix.go-version }}
CONTROLLER_GEN_VERSION=${{ matrix.controller-gen-version || 'v0.9.2' }}
CONTROLLER_GEN_VERSION=${{ matrix.controller-gen-version || 'v0.17.1' }}
CLIENT_GEN_VERSION=${{ matrix.client-gen-version || 'v0.26.1' }}
tags: ghcr.io/nvidia/k8s-test-infra:devel-go${{ matrix.go-version }}
2 changes: 1 addition & 1 deletion images/devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM golang:${GOLANG_VERSION}
ARG CLIENT_GEN_VERSION=v0.26.1
ARG LISTER_GEN_VERSION=v0.26.1
ARG INFORMER_GEN_VERSION=v0.26.1
ARG CONTROLLER_GEN_VERSION=v0.9.2
ARG CONTROLLER_GEN_VERSION=v0.17.1
ARG GOLANGCI_LINT_VERSION=v1.52.0
ARG MOQ_VERSION=v0.3.4

Expand Down

0 comments on commit 5084bd5

Please sign in to comment.