Merge branch 'master' into anim-data-encoder

This commit is contained in:
gravestench 2021-03-03 11:07:27 -08:00 committed by GitHub
commit ecb21ff4d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.15.6
- image: circleci/golang:1.16
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
steps:
- checkout

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"
#=================================================