Skip to content

Commit

Permalink
🌱 fix: use Go version from go.mod file in CI (kubernetes-sigs#4454)
Browse files Browse the repository at this point in the history
fix: use Go version from go.mod file in CI

Signed-off-by: Mateus Oliveira <[email protected]>
  • Loading branch information
mateusoliveira43 authored Dec 31, 2024
1 parent 0dd8d89 commit 0159ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version-file: go.mod

- name: Build and install Kubebuilder CLI
run: make install
Expand Down

0 comments on commit 0159ba3

Please sign in to comment.