diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f65368..0176444 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: uses: actions/setup-go@v5 with: cache: false - go-version: '^1.22' + go-version: '^1.25' - name: Check out repository into the Go module directory uses: actions/checkout@v4 @@ -123,7 +123,7 @@ jobs: uses: actions/setup-go@v5 with: cache: false - go-version: '^1.22' + go-version: '^1.25' - name: Check out repository into the Go module directory uses: actions/checkout@v4 @@ -169,7 +169,7 @@ jobs: uses: actions/setup-go@v5 with: cache: false - go-version: '^1.22' + go-version: '^1.25' - name: Check out repository into the Go module directory uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d5a529..9def028 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,6 @@ jobs: - uses: actions/setup-go@v5 with: cache: false - go-version: '^1.22' + go-version: '^1.25' - uses: actions/checkout@v4 - uses: n8maninger/action-golang-test@v2