You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/08/03 07:35:10 UTC

[camel-k] 01/01: chore(ci): use latest golang version

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 64e20b3c7118cafe7977c29df958d932e9e23018
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Aug 3 09:35:03 2023 +0200

    chore(ci): use latest golang version
---
 .github/workflows/security.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml
index 032ab7165..d652603cc 100644
--- a/.github/workflows/security.yaml
+++ b/.github/workflows/security.yaml
@@ -49,9 +49,10 @@ jobs:
         uses: actions/setup-go@v4
         with:
           go-version: 1.20.x
+          check-latest: true
       - name: Install govulncheck
         run: go install golang.org/x/vuln/cmd/govulncheck@latest
         shell: bash
       - name: Run govulncheck
         run: govulncheck ./...
-        shell: bash
\ No newline at end of file
+        shell: bash