commit 481c751528aa82c30003020da8cbc061325fc35e
Author: Wim <wim@42.be>
Date: Wed Feb 17 21:37:14 2021 +0000
diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml
index 958d9b9..c9e45fc 100644
--- a/.github/workflows/development.yml
+++ b/.github/workflows/development.yml
@@ -167 +167 @@ jobs:
test-build-upload:
- go-version: [1.14.x, 1.15.x, 1.16.x]
+ go-version: [1.15.x, 1.16.x]
@@ -3523 +3523 @@ jobs:
- 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
+ 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
- if: startsWith(matrix.go-version,'1.15')
+ if: startsWith(matrix.go-version,'1.16')
- if: startsWith(matrix.go-version,'1.15')
+ if: startsWith(matrix.go-version,'1.16')
- if: startsWith(matrix.go-version,'1.15')
+ if: startsWith(matrix.go-version,'1.16')