File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
- name : golangci-lint
58
58
uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
59
59
with :
60
- version : v2.3.1 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
60
+ version : v2.4.0 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
61
61
- name : actionlint
62
62
run : |
63
63
make tools
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ GITTAG=$(shell git describe --always --tags)
16
16
VERSION=$(GITTAG:v% =%)
17
17
LINKER_FLAGS =-s -w -X 'github.com/mongodb/terraform-provider-mongodbatlas/version.ProviderVersion=${VERSION}'
18
18
19
- GOLANGCI_VERSION =v2.3.1 # Also update golangci-lint GH action in code-health.yml when updating this version
19
+ GOLANGCI_VERSION =v2.4.0 # Also update golangci-lint GH action in code-health.yml when updating this version
20
20
21
21
export PATH := $(shell go env GOPATH) /bin:$(PATH )
22
22
export SHELL := env PATH=$(PATH ) /bin/bash
Original file line number Diff line number Diff line change 1
1
module github.com/mongodb/terraform-provider-mongodbatlas
2
2
3
- go 1.24.6
3
+ go 1.25.0
4
4
5
5
require (
6
6
github.com/andygrunwald/go-jira/v2 v2.0.0-20240116150243-50d59fe116d6
You can’t perform that action at this time.
0 commit comments