Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Nov 28, 2023
1 parent 2791106 commit aae9991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aae9991

Please sign in to comment.