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:
Dylan Arbour
2024-02-23 18:08:23 -05:00
parent 9d02b906a5
commit d5665f49a4

View File

@@ -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