diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 844500a..b336970 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 123f2a8..31b95c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/boards/beaglebone-black/ubuntu.pkr.hcl b/boards/beaglebone-black/ubuntu.pkr.hcl index 2464b24..761e45b 100644 --- a/boards/beaglebone-black/ubuntu.pkr.hcl +++ b/boards/beaglebone-black/ubuntu.pkr.hcl @@ -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"