1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 13:28:25 +00:00

Bump setup-go to v6 (#35660)

This commit is contained in:
silverwind
2025-10-14 20:28:05 +02:00
committed by GitHub
parent 22b92e30ca
commit 96102c69e7
7 changed files with 19 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ jobs:
if: github.repository == 'go-gitea/gitea'
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
check-latest: true