Skip to content

Commit eca1683

Browse files
committed
Bump Go to 1.23
1 parent f30dfa5 commit eca1683

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: '^1.21.0'
19+
go-version: '^1.23.0'
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v6
2222
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- uses: actions/setup-go@v5
4242
with:
43-
go-version: '1.21'
43+
go-version: '1.23'
4444
- uses: hashicorp/setup-terraform@v3
4545
with:
4646
terraform_version: '1.3.*'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ terraform {
2828
## Development requirements
2929

3030
- [Terraform](https://www.terraform.io/downloads.html) 1.5.5 or [OpenTofu](https://github.com/opentofu/opentofu) latest
31-
- [Go](https://golang.org/doc/install) 1.21 or newer (to build the provider plugin)
31+
- [Go](https://golang.org/doc/install) 1.23 or newer (to build the provider plugin)
3232

3333
## Building the provider
3434

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/philips-software/terraform-provider-hsdp
22

3-
go 1.21
3+
go 1.23
44

55
require (
66
github.com/cenkalti/backoff/v4 v4.3.0

0 commit comments

Comments
 (0)