Update actions/setup-go action to v5

This commit is contained in:
renovate[bot] 2023-12-06 16:32:32 +00:00 committed by GitHub
parent a6b63572b1
commit 4e681042e2
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:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code