Update Go in CI and busybox to 1.35

This commit is contained in:
Matthias Loibl 2022-06-22 16:26:42 +02:00
parent d3d7715750
commit 153f48f7c2
No known key found for this signature in database
GPG key ID: 78A796CA74CA38BA
4 changed files with 63 additions and 88 deletions

View file

@ -51,7 +51,7 @@ check-license:
@./scripts/check_license.sh
embedmd:
pushd /tmp && GO111MODULES=on go get github.com/campoy/embedmd && popd
pushd /tmp && go install github.com/campoy/embedmd@latest && popd
# Other
clean: