Преглед изворни кода

Merge pull request #232 from 9seconds/golangcilint-1.43.0

Golangcilint 1.43.0
tags/v2.1.3^2
Sergey Arkhipov пре 4 година
родитељ
комит
ad30eca406
No account linked to committer's email address
3 измењених фајлова са 3 додато и 3 уклоњено
  1. 1
    1
      .github/workflows/ci.yaml
  2. 1
    1
      .golangci.toml
  3. 1
    1
      Makefile

+ 1
- 1
.github/workflows/ci.yaml Прегледај датотеку

@@ -83,7 +83,7 @@ jobs:
83 83
       - name: Run linter
84 84
         uses: golangci/golangci-lint-action@v2
85 85
         with:
86
-          version: v1.42.1
86
+          version: v1.43.0
87 87
 
88 88
   docker:
89 89
     name: Docker

+ 1
- 1
.golangci.toml Прегледај датотеку

@@ -9,4 +9,4 @@ format = "colored-line-number"
9 9
 
10 10
 [linters]
11 11
 enable-all = true
12
-disable = ["gochecknoglobals", "gas", "goerr113", "exhaustivestruct"]
12
+disable = ["ireturn", "varnamelen", "gochecknoglobals", "gas", "goerr113", "exhaustivestruct"]

+ 1
- 1
Makefile Прегледај датотеку

@@ -2,7 +2,7 @@ ROOT_DIR     := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
2 2
 IMAGE_NAME   := mtg
3 3
 APP_NAME     := $(IMAGE_NAME)
4 4
 
5
-GOLANGCI_LINT_VERSION := v1.42.1
5
+GOLANGCI_LINT_VERSION := v1.43.0
6 6
 
7 7
 VERSION_GO         := $(shell go version)
8 8
 VERSION_DATE       := $(shell date -Ru)

Loading…
Откажи
Сачувај