Skip to content

Commit e9135e9

Browse files
authored
update go version to 1.22 (#176)
1 parent e9a669b commit e9135e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on: [pull_request, workflow_dispatch]
44

55
env:
6-
GO_VERSION: "1.21"
6+
GO_VERSION: "1.22"
77

88
jobs:
99
main:

CONTRIBUTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Your contribution is welcome! Thank you for your interest in contributing to the
1212

1313
Prerequisites:
1414

15-
- [`Go`](https://go.dev/doc/install) 1.21+
15+
- [`Go`](https://go.dev/doc/install) 1.22+
1616
- [`yamllint`](https://yamllint.readthedocs.io/en/stable/quickstart.html)
1717

1818
### Repository structure

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/stackitcloud/stackit-cli
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/golang-jwt/jwt/v5 v5.2.1

0 commit comments

Comments
 (0)