From 23d26479e4718c03f9ebc157aadb62147a29f97e Mon Sep 17 00:00:00 2001 From: Mateus Oliveira Date: Mon, 30 Dec 2024 09:51:19 -0300 Subject: [PATCH] fix: use Go version from go.mod file in CI Signed-off-by: Mateus Oliveira --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ecd6324a21b..40938041968 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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