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:09 UTC

[camel-k] branch squakez-patch-1 created (now 64e20b3c7)

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

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


      at 64e20b3c7 chore(ci): use latest golang version

This branch includes the following new commits:

     new 64e20b3c7 chore(ci): use latest golang version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by pc...@apache.org.
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