Skip to content

Commit 5120ee0

Browse files
committed
Update go to 1.25.4
1 parent 2bf1fb5 commit 5120ee0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: '1.25.3'
19+
go-version: '1.25.4'
2020
cache: false
2121
- name: Maven Install
2222
run: ./mvnw install -B -V -DskipTests -Dair.check.skip-all

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: '1.25.3'
28+
go-version: '1.25.4'
2929
cache: false
3030
- name: Install java
3131
uses: actions/setup-java@v4

src/main/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module launcher
22

3-
go 1.25.3
3+
go 1.25.4
44

55
require (
66
github.com/fatih/color v1.18.0

0 commit comments

Comments
 (0)