Update setup-go to v5
Removes deprecation notices on actions builds. v5 updates the version of node and `cache: false` disables the errors related to not finding a go.sum
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -150,9 +150,10 @@ jobs:
|
||||
## Go
|
||||
##
|
||||
|
||||
- uses: actions/setup-go@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '${{ steps.metadata.outputs.version }}'
|
||||
cache: false
|
||||
if: steps.metadata.outputs.module == 'go'
|
||||
|
||||
- name: Configure go
|
||||
|
||||
Reference in New Issue
Block a user