diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d0fe7c5..9c4db37e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: include: # Set the minimum Go patch version for the given Go minor # Usable via ${{ matrix.GO_SEMVER }} - - go: '1.17' + - go: '1.18' GO_SEMVER: '~1.18.1' runs-on: ${{ matrix.os }}