diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d59bcee93..329ec530c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ name: CI on: [pull_request, workflow_dispatch] env: - GO_VERSION: "1.23" + GO_VERSION: "1.24" jobs: main: diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 07af2da47..15034e8a6 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -19,7 +19,7 @@ Your contribution is welcome! Thank you for your interest in contributing to the Prerequisites: -- [`Go`](https://go.dev/doc/install) 1.22+ +- [`Go`](https://go.dev/doc/install) 1.24+ - [`yamllint`](https://yamllint.readthedocs.io/en/stable/quickstart.html) ### Useful Make commands diff --git a/go.mod b/go.mod index 87cdcd033..cc0353bb0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/stackitcloud/stackit-cli -go 1.23.0 +go 1.24 require ( github.com/fatih/color v1.18.0