commit ac69da61d3768d58cd2b1d4dde627cc7d8d7afa4
Author: Wim <wim@42.be>
Date: Sun Jun 28 18:23:46 2020 +0000
diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml
index 38d15ce..6eaa4d1 100644
--- a/.github/workflows/development.yml
+++ b/.github/workflows/development.yml
@@ -77 +77 @@ jobs:
- fetch-depth: 100
+ fetch-depth: 20
@@ -2615 +2617 @@ jobs:
+ with:
+ fetch-depth: 100
- run: go test ./...
+ run: go test ./... -mod=vendor
- GOOS=linux GOARCH=amd64 go build -ldflags "-s -X main.githash=$(git log --pretty=format:'%h' -n 1)" -o output/lin/matterbridge-$VERSION-linux-amd64
- GOOS=windows GOARCH=amd64 go build -ldflags "-s -X main.githash=$(git log --pretty=format:'%h' -n 1)" -o output/win/matterbridge-$VERSION-windows-amd64.exe
- GOOS=darwin GOARCH=amd64 go build -ldflags "-s -X main.githash=$(git log --pretty=format:'%h' -n 1)" -o output/mac/matterbridge-$VERSION-darwin-amd64
+ GOOS=linux GOARCH=amd64 go build -mod=vendor -ldflags "-s -X main.githash=$(git log --pretty=format:'%h' -n 1)" -o output/lin/matterbridge-$VERSION-linux-amd64
+ GOOS=windows GOARCH=amd64 go build -mod=vendor -ldflags "-s -X main.githash=$(git log --pretty=format:'%h' -n 1)" -o output/win/matterbridge-$VERSION-windows-amd64.exe
+ GOOS=darwin GOARCH=amd64 go build -mod=vendor -ldflags "-s -X main.githash=$(git log --pretty=format:'%h' -n 1)" -o output/mac/matterbridge-$VERSION-darwin-amd64