1
1
mirror of https://github.com/wader/fq.git synced 2024-10-27 04:09:37 +03:00

Compare commits

..

No commits in common. "b0025b64c94aa443e310647a4148c4c8015d7d1c" and "9775381e05d7aff3c3eefda6565fbc9b8eb831d4" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
pull_request:
env:
GOLANGCILINT_VERSION: "1.59.0"
GOLANGCILINT_VERSION: "1.58.2"
jobs:
lint:

View File

@ -61,7 +61,7 @@ gogenerate: always
lint: always
# bump: make-golangci-lint /golangci-lint@v([\d.]+)/ git:https://github.com/golangci/golangci-lint.git|^1
# bump: make-golangci-lint link "Release notes" https://github.com/golangci/golangci-lint/releases/tag/v$LATEST
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.0 run
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.58.2 run
depgraph.svg: always
go run github.com/kisielk/godepgraph@latest github.com/wader/fq | dot -Tsvg -o godepgraph.svg