k3d: revbump for go 1.21

This commit is contained in:
Kirill 2023-08-14 19:34:16 +04:00 committed by Michael Aldridge
parent beca919a56
commit d916227a93

View file

@ -1,7 +1,7 @@
# Template file for 'k3d'
pkgname=k3d
version=5.5.2
revision=1
revision=2
build_style=go
build_helper=qemu
go_import_path="github.com/k3d-io/k3d/v5"
@ -16,6 +16,10 @@ distfiles="https://github.com/k3d-io/k3d/archive/v${version}.tar.gz"
checksum=b9be4f6e21017e0dae06c0e7d234ff99b0e1a49edc44d3af821b6bdb5f3d2992
_completions="bash zsh fish"
pre_build() {
export GOTOOLCHAIN="go1.20.7"
}
post_build() {
local cli=$(find $GOPATH/bin -name k3d)
for shell in $_completions