Skip to content

Commit c1a8fde

Browse files
authored
chore: upgraded go version (#764)
1 parent 79d7b80 commit c1a8fde

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI Workflow
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ If you want to onboard resources of a STACKIT service `foo` that was not yet in
387387

388388
### Local development
389389

390-
To test your changes locally, you have to compile the provider (requires Go 1.22) and configure the Terraform CLI to use the local version.
390+
To test your changes locally, you have to compile the provider (requires Go 1.24) and configure the Terraform CLI to use the local version.
391391

392392
1. Clone the repository.
393393
1. Create a `.terraformrc` config file in your home directory (`~`) for the terraform CLI with the following content:

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/terraform-provider-stackit
22

3-
go 1.23.0
3+
go 1.24
44

55
require (
66
github.com/google/go-cmp v0.7.0

0 commit comments

Comments
 (0)