File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- golang 1.23.0
2- terraform 1.9.5
1+ golang 1.23.1
2+ terraform 1.9.6
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ GITTAG=$(shell git describe --always --tags)
1818VERSION=$(GITTAG:v% =%)
1919LINKER_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
2323export PATH := $(shell go env GOPATH) /bin:$(PATH )
2424export SHELL := env PATH=$(PATH ) /bin/bash
Original file line number Diff line number Diff line change 3232
3333set -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
3636TEMPLATE_FOLDER_PATH=" ${TEMPLATE_FOLDER_PATH:- " templates" } " # PATH to the templates folder. Default: templates
3737
3838
Original file line number Diff line number Diff line change 2626
2727set -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
3030TEMPLATE_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
You can’t perform that action at this time.
0 commit comments