tweak setup-go action
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Tests / Go-Tests (push) Successful in 32s

This commit is contained in:
2026-08-20 00:02:05 -06:00
parent 056e0386d6
commit c69db85021
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your go code on the runner."
- name: Setup golang environment
uses: actions/setup-go
uses: actions/setup-go@v7
with:
go-version: 'stable'
check-latest: true