This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 17cf92ed Update main-push-regen.yaml to use go 1.20.x
17cf92ed is described below
commit 17cf92ed571094fd0367cc73aa2f591e1fe964c5
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Sep 7 08:57:29 2023 +0200
Update main-push-regen.yaml to use go 1.20.x
---
.github/workflows/main-push-regen.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main-push-regen.yaml
b/.github/workflows/main-push-regen.yaml
index 385cd50e..471c1d9e 100644
--- a/.github/workflows/main-push-regen.yaml
+++ b/.github/workflows/main-push-regen.yaml
@@ -43,7 +43,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
- go-version: 1.16.x
+ go-version: 1.20.x
- name: Build catalog 1st Run
run: ./mvnw clean install -DskipTests
- name: Build catalog 2nd Run