ci: update actions/setup-go action to v5

This commit is contained in:
renovate[bot] 2023-12-07 00:29:00 +00:00 committed by GitHub
parent e17644b015
commit f6d6b68121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Build