tweak setup-go action
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user