We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cbbcc commit 0d4a469Copy full SHA for 0d4a469
.github/workflows/ci.yaml
@@ -3,7 +3,7 @@ name: CI
3
on: [pull_request, workflow_dispatch]
4
5
env:
6
- GO_VERSION: "1.23"
+ GO_VERSION: "1.24"
7
8
jobs:
9
main:
CONTRIBUTION.md
@@ -19,7 +19,7 @@ Your contribution is welcome! Thank you for your interest in contributing to the
19
20
Prerequisites:
21
22
-- [`Go`](https://go.dev/doc/install) 1.22+
+- [`Go`](https://go.dev/doc/install) 1.24+
23
- [`yamllint`](https://yamllint.readthedocs.io/en/stable/quickstart.html)
24
25
### Useful Make commands
go.mod
@@ -1,6 +1,6 @@
1
module github.com/stackitcloud/stackit-cli
2
-go 1.23.0
+go 1.24
require (
github.com/fatih/color v1.18.0
0 commit comments