1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-29 10:35:23 +00:00

Revert "circleci: golang version update"

This reverts commit 1125a7dd45.
This commit is contained in:
M. Sz 2021-02-26 15:01:19 +01:00
parent ad192254a3
commit 25ea801cd4

View File

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