Skip to content

Commit

Permalink
Update golangci-lint, pre-commit-hooks (#293)
Browse files Browse the repository at this point in the history
* Update to golangci-lint v1.53.3

* Update pre-commit hooks

* Update beaglebone link
  • Loading branch information
dbast authored Aug 7, 2023
1 parent 140ac87 commit 41ac217
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
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

0 comments on commit 41ac217

Please sign in to comment.