1
0
mirror of https://github.com/muesli/mastotool synced 2025-06-05 22:09:22 +02:00

2 Commits

Author SHA1 Message Date
8404cea804 Disable CGO for goreleaser builds 2020-11-07 06:14:16 +01:00
562038db56 Update GitHub workflow 2020-11-07 06:11:57 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
go-version: [~1.13, ^1]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:

View File

@ -5,6 +5,8 @@ before:
- go mod download
builds:
- id: "mastotool"
env:
- CGO_ENABLED=0
binary: mastotool
ldflags: -s -w -X main.Version={{ .Version }} -X main.CommitSHA={{ .Commit }}
goos: