diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7f7c77..a4fa7e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: uses: actions/setup-go@v3 with: check-latest: true - go-version: '1.19.3' + go-version: '1.19' - name: Check out code into the Go module directory uses: actions/checkout@v3