golang: bump to 1.23.2

Signed-off-by: gitea-action <git@cooluc.com>
This commit is contained in:
gitea-action
2024-10-02 08:48:05 +08:00
parent 6b97afc8da
commit 65120f6a29
6 changed files with 49 additions and 31 deletions

8
golang-build.sh Normal file → Executable file
View File

@@ -1,4 +1,10 @@
#!/bin/sh
#
# Copyright (C) 2020, 2022 Jeffery To
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
nl="
"
@@ -114,7 +120,7 @@ build() {
if [ "$GO_GO_GENERATE" = 1 ]; then
log "Calling go generate"
# shellcheck disable=SC2086
GOOS='' GOARCH='' GO386='' GOARM='' GOMIPS='' GOMIPS64='' \
GOOS='' GOARCH='' GO386='' GOARM='' GOARM64='' GOMIPS='' GOMIPS64='' GORISCV64=''\
go generate -v $targets
log
fi