Update Golang to 1.20.4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2023-05-09 18:55:06 +04:00
parent 3a3df4c75e
commit a92f0d35de
2 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
set -xe
go_version=1.20.3
go_version=1.20.4
# shellcheck disable=SC2086,SC2046,SC2164
cd $(dirname ${BASH_SOURCE[0]})