Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update golangci-lint, pre-commit-hooks #293

Merged
merged 3 commits into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
version: v1.53.3
args: --timeout=3m
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,16 @@ repos:
- id: go-fmt
#- id: golangci-lint
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.5
hooks:
- id: codespell
exclude: go\.sum$
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.21.0
rev: 0.23.3
hooks:
- id: check-github-workflows
- id: check-dependabot
- repo: meta
hooks:
- id: check-hooks-apply
- id: check-useless-excludes
4 changes: 2 additions & 2 deletions boards/beaglebone-black/ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source "arm" "ubuntu" {
file_checksum = "b7795ea843c67524847937ec464ebdfea885f0b69f20835eb74bc9133c9a8b69"
file_checksum = "90088ae1a76df2d462a2727ea39ef4aa568a962b71776adec5d31528eb9f98c1"
file_checksum_type = "sha256"
file_target_extension = "xz"
file_unarchive_cmd = ["xz", "-d", "$ARCHIVE_PATH"]
file_urls = ["https://rcn-ee.net/rootfs/ubuntu-armhf-20.04-console-v5.10-ti/2023-07-13/am335x-ubuntu-20.04.5-console-armhf-2023-07-13-4gb.img.xz"]
file_urls = ["https://rcn-ee.net/rootfs/ubuntu-armhf-20.04-console-v5.10-ti/2023-08-03/am335x-ubuntu-20.04.5-console-armhf-2023-08-03-4gb.img.xz"]
image_build_method = "resize"
image_path = "bbb-sdcard-ubuntu-22.04.5-console.img"
image_size = "6G"
Expand Down
Loading