diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80ff61f..3818de6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.18 + go-version: ^1.25 - name: Check out code into the Go module directory uses: actions/checkout@v2