chore: install go

This commit is contained in:
Henrique Dias
2020-08-26 08:44:14 +02:00
parent 30c210d097
commit 6c5420aa5a
+4 -2
View File
@@ -13,13 +13,15 @@ jobs:
- checkout
- run: go build main.go
release:
machine:
image: circleci/golang:1.14
machine: true
steps:
- checkout
- go/install
- run: docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- run: curl -sL https://git.io/goreleaser | bash
- run: docker logout
orbs:
go: circleci/go@1.14
workflows:
version: 2
build-workflow: