Skip to content

Commit 33906a9

Browse files
authored
chore: Updates TF to 1.9.6, Go to 1.23.1 and Go linter to 1.61.0 (#2647)
* update TF to 1.9.6 * update Go to 1.23.1 * update Go linter to v1.61.0
1 parent 988a1d7 commit 33906a9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/code-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: golangci-lint
5050
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86
5151
with:
52-
version: v1.60.3 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
52+
version: v1.61.0 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
5353
- name: actionlint
5454
run: |
5555
make tools

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
golang 1.23.0
2-
terraform 1.9.5
1+
golang 1.23.1
2+
terraform 1.9.6

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GITTAG=$(shell git describe --always --tags)
1818
VERSION=$(GITTAG:v%=%)
1919
LINKER_FLAGS=-s -w -X 'github.com/mongodb/terraform-provider-mongodbatlas/version.ProviderVersion=${VERSION}'
2020

21-
GOLANGCI_VERSION=v1.60.3 # Also update golangci-lint GH action in code-health.yml when updating this version
21+
GOLANGCI_VERSION=v1.61.0 # Also update golangci-lint GH action in code-health.yml when updating this version
2222

2323
export PATH := $(shell go env GOPATH)/bin:$(PATH)
2424
export SHELL := env PATH=$(PATH) /bin/bash

scripts/generate-doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
set -euo pipefail
3434

35-
TF_VERSION="${TF_VERSION:-"1.9.2"}" # TF version to use when running tfplugindocs. Default: 1.9.2
35+
TF_VERSION="${TF_VERSION:-"1.9.6"}" # TF version to use when running tfplugindocs. Default: 1.9.6
3636
TEMPLATE_FOLDER_PATH="${TEMPLATE_FOLDER_PATH:-"templates"}" # PATH to the templates folder. Default: templates
3737

3838

scripts/generate-docs-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
set -euo pipefail
2828

29-
TF_VERSION="${TF_VERSION:-"1.9.2"}" # TF version to use when running tfplugindocs. Default: 1.9.2
29+
TF_VERSION="${TF_VERSION:-"1.9.6"}" # TF version to use when running tfplugindocs. Default: 1.9.6
3030
TEMPLATE_FOLDER_PATH="${TEMPLATE_FOLDER_PATH:-"templates"}" # PATH to the templates folder. Default: templates
3131

3232
# ensure preview resource and data sources are also included during generation

0 commit comments

Comments
 (0)