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 2bf1fb5 commit 5120ee0Copy full SHA for 5120ee0
3 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v5
18
with:
19
- go-version: '1.25.3'
+ go-version: '1.25.4'
20
cache: false
21
- name: Maven Install
22
run: ./mvnw install -B -V -DskipTests -Dair.check.skip-all
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
- name: Install java
31
uses: actions/setup-java@v4
src/main/go/go.mod
@@ -1,6 +1,6 @@
1
module launcher
2
3
-go 1.25.3
+go 1.25.4
4
5
require (
6
github.com/fatih/color v1.18.0
0 commit comments