mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
cloudflared: revbump for go 1.21
This commit is contained in:
parent
af799d7469
commit
952b038012
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cloudflared'
|
||||
pkgname=cloudflared
|
||||
version=2023.5.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path=github.com/cloudflare/cloudflared
|
||||
go_package="${go_import_path}/cmd/cloudflared"
|
||||
|
@ -16,4 +16,5 @@ checksum=ee2c2a4b0c290c39475f79ab74972dfbce817df8e5090813cad0e58f33836194
|
|||
|
||||
pre_build() {
|
||||
go_ldflags+=" -X \"main.BuildTime=$(date -u '+%Y-%m-%d-%H:%M UTC')\""
|
||||
export GOTOOLCHAIN="go1.20.7"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue