From 3c8d4d37eac742a6c3d537dfd3c87797b34d909b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diogo=20Ferr=C3=A3o?= Date: Fri, 22 Mar 2024 14:45:14 +0000 Subject: [PATCH] update go version to 1.22 --- .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 2110b849..0889f8fa 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.21" + GO_VERSION: "1.22" jobs: main: diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index f6462d6b..a51e27c6 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -12,7 +12,7 @@ Your contribution is welcome! Thank you for your interest in contributing to the Prerequisites: -- [`Go`](https://go.dev/doc/install) 1.21+ +- [`Go`](https://go.dev/doc/install) 1.22+ - [`yamllint`](https://yamllint.readthedocs.io/en/stable/quickstart.html) ### Repository structure diff --git a/go.mod b/go.mod index 1029ba55..fc687833 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/stackitcloud/stackit-cli -go 1.21 +go 1.22 require ( github.com/golang-jwt/jwt/v5 v5.2.1