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: