1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-18 13:15:24 +00:00

Merge pull request #1083 from gucio321/building

circleci: upgrade go 1.15.8 -> 1.16
This commit is contained in:
gravestench 2021-03-03 11:06:37 -08:00 committed by GitHub
commit d112c87a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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