diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7abceee..703c84f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16.x + go-version: 1.17.x - name: Cache Go modules uses: actions/cache@v1 diff --git a/.goreleaser.yml b/.goreleaser.yml index 1c88a87..da8f4c7 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,6 +7,7 @@ builds: goos: - linux - darwin + - windows goarch: - amd64 - arm64