Sfoglia il codice sorgente

Update golangci-lint to 1.43.0

tags/v2.1.3^2
9seconds 4 anni fa
parent
commit
5be581154e
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1
    1
      .github/workflows/ci.yaml
  2. 1
    1
      Makefile

+ 1
- 1
.github/workflows/ci.yaml Vedi File

@@ -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
Makefile Vedi File

@@ -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…
Annulla
Salva