Skip to content

Commit 4db8653

Browse files
ci: bump Buildroot to 2026.02 for Go 1.25 support
ShellHub 0.21.5 requires Go >= 1.24.9 but Buildroot 2024.11 only ships Go 1.23.2. Bump to Buildroot 2026.02 which includes Go 1.25.7.
1 parent 0d3e8c3 commit 4db8653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Clone Buildroot
7676
run: |
77-
git clone --depth 1 --branch 2024.11 https://github.com/buildroot/buildroot.git /tmp/buildroot
77+
git clone --depth 1 --branch 2026.02 https://github.com/buildroot/buildroot.git /tmp/buildroot
7878
7979
- name: Cache Buildroot downloads
8080
uses: actions/cache@v4

0 commit comments

Comments
 (0)