ci/check: bump actions/setup-go to v5

This commit is contained in:
K.B.Dharun Krishna 2023-12-07 13:12:47 +05:30 committed by João Oliveirinha
parent 204d55ecec
commit a6760a6cbf
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,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