From aae9991701a24ba8e1a49750a78e6cf42359da91 Mon Sep 17 00:00:00 2001 From: asabya Date: Tue, 28 Nov 2023 14:33:32 +0530 Subject: [PATCH] fix: lint --- .github/workflows/release.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b86edb1..96fcff2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '1.20.1' + go-version: '1.21' - name: Checkout uses: actions/checkout@v3 with: diff --git a/Makefile b/Makefile index aae0ea6..38764fa 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ GOLANGCI_LINT_VERSION ?= v1.30.0 .PHONY: lint lint: linter - $(GOLANGCI_LINT) run + $(GOLANGCI_LINT) run --skip-dirs zwis,pkg/fave_api .PHONY: linter linter: