1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-09 01:10:43 +00:00

Merge pull request #1084 from gucio321/hotfix3

build.sh: upgrade go 1.13.4 => 1.16
This commit is contained in:
gravestench 2021-03-03 11:06:55 -08:00 committed by GitHub
commit d82fe04f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
# License: GNU GPLv3
version="0.0.8"
go_version="1.13.4"
go_version="1.16"
echo "OpenDiablo 2 Build Script $version"
#=================================================