update go version (#308)
This commit is contained in:
parent
c2389be47b
commit
7223a5244c
3 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -3,7 +3,7 @@ name: CI Workflow
|
|||
on: [pull_request, workflow_dispatch]
|
||||
|
||||
env:
|
||||
GO_VERSION: "1.21"
|
||||
GO_VERSION: "1.22"
|
||||
|
||||
jobs:
|
||||
main:
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ These commands can be executed from the project root:
|
|||
|
||||
#### Local development
|
||||
|
||||
To test your changes locally, you have to compile the provider (requires Go 1.21) and configure the Terraform CLI to use the local version.
|
||||
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.
|
||||
|
||||
1. Clone the repository.
|
||||
2. Set the provider address to a custom address for local development. It must correspond to the same address that is included in the dev_overrides block, in step 4.
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/stackitcloud/terraform-provider-stackit
|
||||
|
||||
go 1.21
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/google/go-cmp v0.6.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue