-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: investigate ci linter issues (#67)
* Empty commit for diff * chore: update ci lint version * chore: switch to golangcilint action * chore: update to v6 version of golangcilint * chore: disable mnd * chore: remove deprecated and deactivated linters * chore: disable depguard * chore: update to go 1.22 * chore: disable testifylint * chore: goerr13 has been renamed in the linter database * chore: update go versions * chore: go back to 1.21 for msrv * chore: update linter to use 1.21 * chore: go mod tidy * chore: test against 1.18 as a minimum again * chore: remove id field
- Loading branch information
1 parent
e13c8be
commit fb694ef
Showing
2 changed files
with
7 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ jobs: | |
uses: actions/setup-go@v3 | ||
with: | ||
go-version: ^1.21 | ||
id: go | ||
|
||
- name: Check go mod is tidy | ||
run: | | ||
|
@@ -33,7 +32,5 @@ jobs: | |
- name: Run staticcheck | ||
run: staticcheck ./... | ||
|
||
- name: Install golangci-lint | ||
run: go install github.com/golangci/golangci-lint/cmd/[email protected] | ||
- name: Run golangci-lint | ||
run: golangci-lint run | ||
- name: golangci-lint | ||
uses: golangci/golangci-lint-action@v6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters