chore(deps): update actions/setup-go action to v5

This commit is contained in:
renovate[bot] 2023-12-06 16:13:26 +00:00 committed by GitHub
parent 0cd9fd70cb
commit 24300b9545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
pnpm run build
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.20'