Skip to content

Commit 4288cd4

Browse files
Matthias_Huethermahuether
andcommitted
[PR]: chore(go): update to go version 1.25 + update pipeline versions (#281)
### 📝 Summary update to go version 1.25 + update pipeline versions ### 🧩 Type of change - [x] 🔧 CLI / Go code - [ ] 📦 Helm chart - [ ] 🧱 Terraform module - [ ] 📝 Documentation - [x] 🧪 Test or CI change - [ ] ♻️ Refactor / cleanup ### ⚠️ Is this a breaking change? - [ ] Yes, this change breaks existing functionality (explain in summary) ### 🧪 Testing - [ ] CI passed - [ ] Manually tested (local/dev cluster) - [ ] Unit tested - [ ] Not tested (explain why in comments) ### 🔗 Related Issues / Tickets _No response_ ### ✅ Checklist - [ ] Code compiles and passes all tests - [ ] Linting and style checks pass - [ ] Comments added for complex logic - [ ] Documentation updated (if applicable) ### 📎 Additional Context (optional) _No response_ Co-authored-by: matthias.huether_ext <Matthias.Huether_ext@external.mail.schwarz> Reviewed-on: https://kubara.git.onstackit.cloud/STACKIT/kubara/pulls/281
1 parent 18edea2 commit 4288cd4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.forgejo/workflows/ci-pr-checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ on:
1515
workflow_dispatch:
1616

1717
env:
18-
GO_VERSION: "1.24"
18+
GO_VERSION: "1.25"
1919
CODE_PATH: ${{ github.workspace }}/go-binary
2020
REPORT_DIR: ${{ github.workspace }}/reports
2121
RENDER_DIR: ${{ github.workspace }}/rendered
2222
OUTPUT_GENERATED_DIR: ${{ github.workspace }}/output-generated
23-
GOSEC_VERSION: "v2.22.8"
24-
GOLANGCI_LINT_VERSION: "v2.5.0"
23+
GOSEC_VERSION: "v2.22.11"
24+
GOLANGCI_LINT_VERSION: "v2.8.0"
2525
ARTIFACT_RETENTION_DAYS: "15"
26-
HELM_VERSION: "v3.19.1"
26+
HELM_VERSION: "v4.1.0"
2727
KUBECONFORM_VERSION: "v0.7.0"
2828

2929
permissions:

go-binary/go.mod

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

3-
go 1.24.0
3+
go 1.25
44

55
require (
66
github.com/Masterminds/sprig/v3 v3.3.0

0 commit comments

Comments
 (0)