Skip to content

Commit a16827e

Browse files
authored
chore: Update Go to 1.25.0 (#3641)
1 parent 394cf89 commit a16827e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: golangci-lint
5858
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
5959
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
6161
- name: actionlint
6262
run: |
6363
make tools

Makefile

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

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
2020

2121
export PATH := $(shell go env GOPATH)/bin:$(PATH)
2222
export SHELL := env PATH=$(PATH) /bin/bash

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mongodb/terraform-provider-mongodbatlas
22

3-
go 1.24.6
3+
go 1.25.0
44

55
require (
66
github.com/andygrunwald/go-jira/v2 v2.0.0-20240116150243-50d59fe116d6

0 commit comments

Comments
 (0)