switch to docker image with opengl

This commit is contained in:
Liam Galvin 2018-10-21 11:19:36 +01:00
parent 1610f6e1d7
commit 2a8da1ae4c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ jobs:
build: build:
docker: docker:
# specify the version # specify the version
- image: circleci/golang:latest - image: liamg/golang-opengl
# Specify service dependencies here if necessary # Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images # CircleCI maintains a library of pre-built images