Skip to content

Commit 1747e6a

Browse files
committed
address PR comments
1 parent da114db commit 1747e6a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# A Self-Documenting Makefile: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
22

33
SOURCE_FILES?=./...
4-
GOLANGCI_VERSION=v1.40.1
4+
GOLANGCI_VERSION=v1.62.2
55
COVERAGE=coverage.out
66

77
export PATH := ./bin:$(PATH)
88
export GO111MODULE := on
99

10+
default: build
11+
1012
.PHONY: build
11-
build:
13+
build: ## Compile code
1214
go install $(SOURCE_FILES)
1315

1416
.PHONY: setup

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module go.mongodb.org/atlas-appservices
22

33
go 1.23
44

5+
toolchain go1.23.1
6+
57
require (
68
github.com/go-test/deep v1.1.1
79
github.com/google/go-querystring v1.1.0

0 commit comments

Comments
 (0)