We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24c93c commit a0f3391Copy full SHA for a0f3391
.github/workflows/build.yaml
@@ -59,7 +59,7 @@ jobs:
59
- name: Setup Go
60
uses: actions/setup-go@v6
61
with:
62
- go-version: 1.25.2
+ go-version: 1.25.3
63
- name: Build Artefact
64
run: go build
65
working-directory: cawemo-to-web-modeler-migration
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go environment
20
21
22
23
- name: Set up Java environment
24
uses: actions/setup-java@v5
25
0 commit comments