diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1f8d184..f2c117c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-go@v4.1.0 with: go-version: '1.21' - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 - uses: pre-commit/action@v3.0.0 golangci: # install and run locally via e.g.: @@ -31,5 +31,5 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.53.3 + version: v1.55.2 args: --timeout=3m diff --git a/boards/beaglebone-black/ubuntu.pkr.hcl b/boards/beaglebone-black/ubuntu.pkr.hcl index da368f2..becbdd4 100644 --- a/boards/beaglebone-black/ubuntu.pkr.hcl +++ b/boards/beaglebone-black/ubuntu.pkr.hcl @@ -1,9 +1,9 @@ source "arm" "ubuntu" { - file_checksum = "dfa32e126b66fd1259dc45c091bcccef0acc98b5e79318911535cfc494a3b40a" + file_checksum = "378adf5394ca0ae1e24ba434205ae93d579b29fe97da044905f6935ff9834098" 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-11-02/am335x-ubuntu-20.04.6-console-armhf-2023-11-02-4gb.img.xz"] + file_urls = ["https://rcn-ee.net/rootfs/ubuntu-armhf-20.04-console-v5.10-ti/2023-12-21/am335x-ubuntu-20.04.6-console-armhf-2023-12-21-4gb.img.xz"] image_build_method = "resize" image_path = "bbb-sdcard-ubuntu-22.04.5-console.img" image_size = "6G"