diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f65aa08..ee96e39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,10 +14,10 @@ jobs: - name: Setup Go uses: actions/setup-go@v1 with: - go-version: 1.15 + go-version: 1.16 - name: Release shell: bash --noprofile --norc -x -eo pipefail {0} env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} run: | - curl --location http://git.io/goreleaser | bash \ No newline at end of file + curl --location http://git.io/goreleaser | bash diff --git a/.goreleaser.yml b/.goreleaser.yml index 8d23aaa..42ee1d0 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -48,4 +48,4 @@ snapshot: github_urls: download: https://github.com -dist: dist \ No newline at end of file +dist: dist