Skip to content

Commit 3221651

Browse files
committed
chore: upgraded go version
1 parent bdf3004 commit 3221651

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 & 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.23.0
3+
go 1.24
44

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

0 commit comments

Comments
 (0)