Skip to content

Commit

Permalink
pin to Go 1.16
Browse files Browse the repository at this point in the history
Compiling with go 1.17 currently panics due to golang/go#48102

Pin to the latest 1.16 for the time being.
  • Loading branch information
lmb committed Feb 9, 2022
1 parent 328c480 commit 1086d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfsetup.yaml
Expand Up @@ -7,7 +7,7 @@ buster: &buster
- crossbuild-essential-arm64
- rubygem-fpm
- clang-9
- go
- go=1.16.3-2
post-cache:
- CC=x86_64-linux-gnu-gcc ARCH=amd64 make package
- CC=aarch64-linux-gnu-gcc ARCH=arm64 make package
Expand All @@ -18,7 +18,7 @@ buster: &buster
builddeps:
- build-essential
- clang-9
- go
- go=1.16.3-2
- qemu-system-x86
- python3-virtme=0.0.3-4
- wget
Expand Down

0 comments on commit 1086d27

Please sign in to comment.