Skip to content

Commit

Permalink
Remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
briancain committed Feb 8, 2024
1 parent 23ef63e commit 2fa7c64
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
with:
go-version: "1.21"

# Disabling linter for now. Will enable when project is finished, so
# all of the errors can be fixed in a single pass
#- name: golangci-lint
# uses: golangci/golangci-lint-action@v3
# with:
# # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
# version: latest
# args: --build-tags="$GOTAGS" --concurrency 2 --timeout 10m

- name: go mod tidy check
run: |
go mod tidy
Expand Down

0 comments on commit 2fa7c64

Please sign in to comment.