mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Upgrade to Go 1.21 (#658)
This commit is contained in:
parent
4dded18395
commit
f0ba8a1fa6
5 changed files with 70 additions and 22 deletions
|
|
@ -36,7 +36,7 @@ if [[ $1 == v* ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
goVersion=go-1.20.x
|
||||
goVersion=go-1.21.x
|
||||
|
||||
get_binary_name() {
|
||||
platform=$1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# shellcheck disable=SC1091
|
||||
set -eux
|
||||
|
||||
VERSION=1.20
|
||||
VERSION=1.21
|
||||
OS=linux
|
||||
ARCH=amd64
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue