mirror of
https://github.com/hacdias/webdav.git
synced 2024-04-21 12:32:06 +00:00
chore: install go
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user