Skip to content

Commit 97718ae

Browse files
committed
fix: moved packr2 installation to CircleCI steps
1 parent 02851fb commit 97718ae

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- image: circleci/golang:1.12
1212
steps:
1313
- checkout
14+
- run: GO111MODULE=off go get -u github.com/gobuffalo/packr/v2/packr2
1415
- run: curl -sL https://git.io/goreleaser | bash
1516
workflows:
1617
version: 2

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ before:
55
- ./download_revealjs.sh
66
- go mod download
77
- go build -v ./...
8-
- GO111MODULE=off go get -u github.com/gobuffalo/packr/v2/packr2
98
- packr2
109
builds:
1110
- main: ./cmd/goveal/main.go

0 commit comments

Comments
 (0)