File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88
99env :
10- GO_VERSION : 1.25
10+ GO_VERSION : 1.26
1111
1212jobs :
1313 build-all :
Original file line number Diff line number Diff line change 66 - ' v*'
77
88env :
9- GO_VERSION : 1.25
9+ GO_VERSION : 1.26
1010
1111jobs :
1212 release :
Original file line number Diff line number Diff line change 66 - cron : ' 0 2 * * *' # Every day at 2am
77
88env :
9- GO_VERSION : 1.25
9+ GO_VERSION : 1.26
1010
1111jobs :
1212 snapshots :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ build-native:
3939
4040.PHONY : build-native-cross-platform
4141build-native-cross-platform :
42- go install src.techknowlogick.com/xgo@v1.8.0
42+ go install src.techknowlogick.com/xgo@latest
4343 xgo $(COMMON_BUILD_ARGS ) -out native/out/helm --targets * /arm64,* /amd64 ./native
4444
4545.PHONY : build-native-wasi
Original file line number Diff line number Diff line change 11module github.com/manusa/helm-java/native
22
3- go 1.25 .0
3+ go 1.26 .0
44
55require (
66 github.com/Masterminds/semver/v3 v3.4.0
You can’t perform that action at this time.
0 commit comments