chore: tidy go.mod, add arm64 and workflows update (#1461)

* chore: tidy go.mod

* chore(gh): add arm64 and workflows update

* chore: disable staticcheck SA1019 for xerrors.Errorf

* chore: fix github.com/boltdb/bolt switch to github.com/etcd-io/bbolt? #1457
This commit is contained in:
MaineK00n
2022-06-08 21:10:07 +00:00
committed by GitHub
parent ec6e90acd3
commit 2477f9a8f8
11 changed files with 85 additions and 54 deletions

View File

@@ -35,6 +35,9 @@ linters-settings:
- name: unused-parameter
- name: unreachable-code
- name: redefines-builtin-id
staticcheck:
# https://staticcheck.io/docs/options#checks
checks: ["all", "-SA1019"]
# errcheck:
#exclude: /path/to/file.txt