mirror of
https://github.com/neilotoole/sq.git
synced 2024-11-28 12:33:44 +03:00
workflow: use actions/setup-go@v4 (caching enabled by default)
This commit is contained in:
parent
fdda53f298
commit
4a6aeceb0d
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user