goreleaser: Add windows target (#128)

* goreleaser: Add windows target

* bump go to 1.17
This commit is contained in:
Marco Argentieri
2021-12-16 11:55:25 +01:00
committed by GitHub
parent 6088a439cd
commit cb810d65b3
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.16.x go-version: 1.17.x
- name: Cache Go modules - name: Cache Go modules
uses: actions/cache@v1 uses: actions/cache@v1

View File

@@ -7,6 +7,7 @@ builds:
goos: goos:
- linux - linux
- darwin - darwin
- windows
goarch: goarch:
- amd64 - amd64
- arm64 - arm64