Skip to content

Commit 0d4a469

Browse files
authored
chore: upgraded go version (#685)
1 parent 60cbbcc commit 0d4a469

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+1-1
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.23"
6+
GO_VERSION: "1.24"
77

88
jobs:
99
main:

CONTRIBUTION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Your contribution is welcome! Thank you for your interest in contributing to the
1919

2020
Prerequisites:
2121

22-
- [`Go`](https://go.dev/doc/install) 1.22+
22+
- [`Go`](https://go.dev/doc/install) 1.24+
2323
- [`yamllint`](https://yamllint.readthedocs.io/en/stable/quickstart.html)
2424

2525
### Useful Make commands

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/stackitcloud/stackit-cli
22

3-
go 1.23.0
3+
go 1.24
44

55
require (
66
github.com/fatih/color v1.18.0

0 commit comments

Comments
 (0)