File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
- name : golangci-lint
50
50
uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64
51
51
with :
52
- version : v1.59.0 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
52
+ version : v1.59.1 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
53
53
- name : actionlint
54
54
run : |
55
55
make tools
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ GITTAG=$(shell git describe --always --tags)
18
18
VERSION=$(GITTAG:v% =%)
19
19
LINKER_FLAGS =-s -w -X 'github.com/mongodb/terraform-provider-mongodbatlas/version.ProviderVersion=${VERSION}'
20
20
21
- GOLANGCI_VERSION =v1.59.0 # Also update golangci-lint GH action in code-health.yml when updating this version
21
+ GOLANGCI_VERSION =v1.59.1 # Also update golangci-lint GH action in code-health.yml when updating this version
22
22
23
23
export PATH := $(shell go env GOPATH) /bin:$(PATH )
24
24
export SHELL := env PATH=$(PATH ) /bin/bash
You can’t perform that action at this time.
0 commit comments