Skip to content

Commit

Permalink
chore: version bump build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chomatdam committed Feb 15, 2025
1 parent e57c21d commit 550d58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Get kubebuilder
uses: RyanSiu1995/[email protected]
with:
version: 4.1.1
version: 4.5.0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
go-version: '1.24.x'
- name: Display Go version
run: go version
- name: Build manager library
Expand Down

0 comments on commit 550d58c

Please sign in to comment.