Skip to content

Commit a0f3391

Browse files
chore(deps): update dependency go to v1.25.3 (#1273)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e24c93c commit a0f3391

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup Go
6060
uses: actions/setup-go@v6
6161
with:
62-
go-version: 1.25.2
62+
go-version: 1.25.3
6363
- name: Build Artefact
6464
run: go build
6565
working-directory: cawemo-to-web-modeler-migration

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go environment
2020
uses: actions/setup-go@v6
2121
with:
22-
go-version: 1.25.2
22+
go-version: 1.25.3
2323
- name: Set up Java environment
2424
uses: actions/setup-java@v5
2525
with:

0 commit comments

Comments
 (0)