Ver código fonte

Bump golangci-lint version (#18411)

- Bump golangci-lint version to v1.44.0 (no new linter errors detected)
tags/v1.18.0-dev
Gusted 2 anos atrás
pai
commit
b53fd5ff90
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Ver arquivo

@@ -27,7 +27,7 @@ COMMA := ,
XGO_VERSION := go-1.17.x
MIN_GO_VERSION := 001016000
MIN_NODE_VERSION := 012017000
MIN_GOLANGCI_LINT_VERSION := 001043000
MIN_GOLANGCI_LINT_VERSION := 001044000

DOCKER_IMAGE ?= gitea/gitea
DOCKER_TAG ?= latest

Carregando…
Cancelar
Salvar