diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a0d822..5f62bb7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/386, darwin/amd64 + # build and publish in parallel: linux/amd64, windows/amd64, darwin/amd64 goos: [linux, windows, darwin] goarch: [amd64] steps: @@ -23,6 +23,6 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} - goversion: "https://dl.google.com/go/go1.13.1.linux-amd64.tar.gz" + goversion: "https://dl.google.com/go/go1.17.1.linux-amd64.tar.gz" extra_files: LICENSE README.md ldflags: -X "github.com/Peripli/service-manager-cli/internal/cmd/version.GitCommit=${{ env.GIT_COMMIT }}" -X "github.com/Peripli/service-manager-cli/internal/cmd/version.Version=${{ env.APP_VERSION }}"