updated to use new image

This commit is contained in:
Nick 2021-05-22 20:39:35 -04:00
parent dd526b893e
commit dd00d54912

View File

@ -4,13 +4,8 @@ docker:
auth: '{{DOCKER_AUTH_JSON}}'
jobs:
build_go:
bin: bash
image: docker.leffler.media/leffler.media/go-docker
script:
- mkdir -p /src
- wget https://golang.org/dl/go1.16.4.linux-amd64.tar.gz -O /tmp/go.tgz
- tar -xzf /tmp/go.tgz -C/src
- PATH="${PATH}:/src/bin/go/bin"
- echo $PATH
- go run hello.go
# test_go:
# script: