diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bea10aa3..9925f1b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: ^1 + go-version: 1.14 - name: Checkout uses: actions/checkout@v2 @@ -29,4 +29,4 @@ jobs: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}