Skip to content

Commit b4b9109

Browse files
authored
update version (#2439)
1 parent 9d5c3ee commit b4b9109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@a4f60bb28d35aeee14e6880718e0c85ff1882e64
5151
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
5353
- name: actionlint
5454
run: |
5555
make tools

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.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
2222

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

0 commit comments

Comments
 (0)