Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 245bae8

Browse files
committed
Update makefile and golangci config
1 parent c099a6f commit 245bae8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ linters:
88
enable-all: true
99
disable:
1010
- funlen
11-
- wsl
1211
- gomnd
12+
- testpackage

main.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ TEST_FORMAT = short-verbose
1616
endif
1717

1818
# Dependency versions
19-
GOTESTSUM_VERSION ?= 0.4.1
20-
GOLANGCI_VERSION ?= 1.24.0
19+
GOTESTSUM_VERSION ?= 0.4.2
20+
GOLANGCI_VERSION ?= 1.25.1
2121

2222
.PHONY: clear
2323
clear: ## Clear the working area and the project

0 commit comments

Comments
 (0)