Skip to content

Commit 82ec682

Browse files
committed
Update go version to 1.24.1
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 703816a commit 82ec682

File tree

2 files changed

+2
-4
lines changed

2 files changed

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

88
jobs:
99
main:

go.mod

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

3-
go 1.23.0
4-
5-
toolchain go1.24.1
3+
go 1.24.1
64

75
require (
86
github.com/fatih/color v1.18.0

0 commit comments

Comments
 (0)