diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 646a7ed..707713f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: go: - - 1.13.7 + - 1.22.2 name: GoReleaser steps: - uses: actions/checkout@master @@ -24,4 +24,4 @@ jobs: - name: Run GoReleaser env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: curl -sL https://git.io/goreleaser | bash \ No newline at end of file + run: curl -sL https://git.io/goreleaser | bash