We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a669b commit e9135e9Copy full SHA for e9135e9
.github/workflows/ci.yaml
@@ -3,7 +3,7 @@ name: CI
3
on: [pull_request, workflow_dispatch]
4
5
env:
6
- GO_VERSION: "1.21"
+ GO_VERSION: "1.22"
7
8
jobs:
9
main:
CONTRIBUTION.md
@@ -12,7 +12,7 @@ Your contribution is welcome! Thank you for your interest in contributing to the
12
13
Prerequisites:
14
15
-- [`Go`](https://go.dev/doc/install) 1.21+
+- [`Go`](https://go.dev/doc/install) 1.22+
16
- [`yamllint`](https://yamllint.readthedocs.io/en/stable/quickstart.html)
17
18
### Repository structure
go.mod
@@ -1,6 +1,6 @@
1
module github.com/stackitcloud/stackit-cli
2
-go 1.21
+go 1.22
require (
github.com/golang-jwt/jwt/v5 v5.2.1
0 commit comments