1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-07 08:20:47 +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: jobs:
build: build:
docker: docker:
- image: circleci/golang:1.15.8 - image: circleci/golang:1.15.6
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}} working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
steps: steps:
- checkout - checkout