Skip to content

Commit

Permalink
disable golint
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Sep 17, 2023
1 parent 5a191a3 commit 7fba788
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
with:
go-version-file: go.mod
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Require: The version of golangci-lint to use.
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
version: v1.54
# - name: golangci-lint
# uses: golangci/golangci-lint-action@v3
# with:
# # Require: The version of golangci-lint to use.
# # When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
# # When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
# version: v1.54

- name: Set up Docker Buildx
id: buildx
Expand Down

0 comments on commit 7fba788

Please sign in to comment.