diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4b24b8..e405b7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.18 + go-version: 1.22 - name: Import GPG key id: import_gpg @@ -33,4 +33,4 @@ jobs: args: release --clean env: GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}