Bump dependencies.
Some checks are pending
Test / Format (gofmt) (push) Waiting to run
Test / Lint (golangci-lint) (push) Waiting to run
Test / Test (go test) (push) Blocked by required conditions
Test / Build CLI (go install) (push) Blocked by required conditions

This commit is contained in:
bvanvugt 2024-01-20 07:11:51 +00:00
parent c9780bd334
commit 13cdcc771a
5 changed files with 109 additions and 339 deletions

View file

@ -1,7 +1,7 @@
GOPATH := $(shell go env GOPATH)
GOLANGCI_LINT_PATH := ${GOPATH}/bin/golangci-lint
GOLANGCI_LINT_VERSION := 1.51.1
GOLANGCI_LINT_VERSION := 1.55.2
${GOLANGCI_LINT_PATH}: