mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
bump golangci-lint to 2.4.0 (#4876)
Some checks are pending
code_lint / golangci_lint (push) Waiting to run
code_lint / mod_tidy (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_e2e (push) Waiting to run
Some checks are pending
code_lint / golangci_lint (push) Waiting to run
code_lint / mod_tidy (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_e2e (push) Waiting to run
This commit is contained in:
parent
262ce82d58
commit
ae09e559e2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/code_lint.yml
vendored
2
.github/workflows/code_lint.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
- uses: golangci/golangci-lint-action@v8
|
||||
with:
|
||||
version: v2.3.1
|
||||
version: v2.4.0
|
||||
|
||||
mod_tidy:
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
BASE_IMAGE = golang:1.24-alpine3.20
|
||||
LINT_IMAGE = golangci/golangci-lint:v2.3.1
|
||||
LINT_IMAGE = golangci/golangci-lint:v2.4.0
|
||||
NODE_IMAGE = node:20-alpine3.20
|
||||
|
||||
.PHONY: $(shell ls)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue