Skip to content

Commit

Permalink
ci: disable golangci-lint due to unknown build error
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Apr 8, 2023
1 parent d13b774 commit 56cd74f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
with:
fetch-depth: 0

- name: Lint Go Code
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
# - name: Lint Go Code
# uses: golangci/golangci-lint-action@v3
# with:
# version: v1.50.1

- name: Build
id: build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
with:
fetch-depth: 0

- name: Lint Go Code
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
# - name: Lint Go Code
# uses: golangci/golangci-lint-action@v3
# with:
# version: v1.50.1

- name: Build
id: build
Expand Down

0 comments on commit 56cd74f

Please sign in to comment.