Skip to content

Commit 0159ba3

Browse files
author
Mateus Oliveira
authored
🌱 fix: use Go version from go.mod file in CI (#4454)
fix: use Go version from go.mod file in CI Signed-off-by: Mateus Oliveira <[email protected]>
1 parent 0dd8d89 commit 0159ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Go
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: '1.23'
28+
go-version-file: go.mod
2929

3030
- name: Build and install Kubebuilder CLI
3131
run: make install

0 commit comments

Comments
 (0)