Skip to content

Commit

Permalink
Bump Go to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Sep 18, 2024
1 parent f30dfa5 commit eca1683
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.21.0'
go-version: '^1.23.0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.23'
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: '1.3.*'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ terraform {
## Development requirements

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

## Building the provider

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/philips-software/terraform-provider-hsdp

go 1.21
go 1.23

require (
github.com/cenkalti/backoff/v4 v4.3.0
Expand Down

0 comments on commit eca1683

Please sign in to comment.