Revert "[CI] pin go v1.21.8 version"

This reverts commit ac0f58035f.
This commit is contained in:
Earl Warren 2024-03-06 12:14:34 +08:00
parent e8fe5e9b0f
commit dc354ae0f7
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
5 changed files with 11 additions and 9 deletions

View file

@ -64,7 +64,7 @@ jobs:
if: vars.ROLE == 'forgejo-experimental' && secrets.OVH_APP_KEY != ''
uses: https://code.forgejo.org/actions/setup-go@v4
with:
go-version: "1.21.8"
go-version: "1.21"
check-latest: true
- name: update the _release.experimental DNS record
if: vars.ROLE == 'forgejo-experimental' && secrets.OVH_APP_KEY != ''