mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
bump golangci-lint to 2.6.2 (#5205)
Some checks failed
code_lint / go (push) Has been cancelled
code_lint / go_mod (push) Has been cancelled
code_lint / docs (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_e2e (push) Has been cancelled
Some checks failed
code_lint / go (push) Has been cancelled
code_lint / go_mod (push) Has been cancelled
code_lint / docs (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_e2e (push) Has been cancelled
This commit is contained in:
parent
966639387a
commit
14ab95f39c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
||||||
BASE_IMAGE = golang:1.25-alpine3.22
|
BASE_IMAGE = golang:1.25-alpine3.22
|
||||||
GOLANGCI_LINT_IMAGE = golangci/golangci-lint:v2.6.1
|
GOLANGCI_LINT_IMAGE = golangci/golangci-lint:v2.6.2
|
||||||
NODE_IMAGE = node:20-alpine3.22
|
NODE_IMAGE = node:20-alpine3.22
|
||||||
|
|
||||||
.PHONY: $(shell ls)
|
.PHONY: $(shell ls)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue