Skip to content

Commit

Permalink
Bump Go 1.21 -> 1.22.7 and update CHANGELOG.md (#298)
Browse files Browse the repository at this point in the history
* Bump Go 1.21 -> 1.22
* update CHANGELOG.md
  • Loading branch information
sel-bukharov authored Sep 10, 2024
1 parent 505039f commit 6a8572d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22.7'

- name: Set up Terraform
uses: hashicorp/setup-terraform@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22.7'

- name: Import GPG key
id: import_gpg
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22.7'
- run: make test

golangci-lint:
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22.7'
- uses: golangci/golangci-lint-action@v6
with:
version: v1.56.2
Expand All @@ -33,6 +33,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22.7'
- run: go mod tidy -v
- run: git diff --exit-code
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.4.0 (September 09, 2024)

IMPROVEMENTS:
* Added default value for `backup_retention_days` field ([#297](https://github.com/selectel/terraform-provider-selectel/pull/297))
* Updated docs for `mks_nodegroup_v1` and `mks_cluster_v1` resources ([#295](https://github.com/selectel/terraform-provider-selectel/pull/295))
* Updated Go version to `1.22` ([#298](https://github.com/selectel/terraform-provider-selectel/pull/298))

## 5.3.0 (Aug 13, 2024)

FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
------------

- [Terraform](https://www.terraform.io/downloads.html) 0.12.x
- [Go](https://golang.org/doc/install) 1.21 (to build the provider plugin)
- [Go](https://golang.org/doc/install) 1.22 (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/terraform-providers/terraform-provider-selectel

go 1.21
go 1.22.7

require (
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
Expand Down

0 comments on commit 6a8572d

Please sign in to comment.