From 67b0c0373529a3098071dd8f97e5ebfb25aafe45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Schmitz?= <152157960+bahkauv70@users.noreply.github.com> Date: Fri, 4 Apr 2025 11:19:57 +0200 Subject: [PATCH] chore: upgraded go version --- .github/workflows/ci.yaml | 2 +- CONTRIBUTION.md | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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