build(deps): bump actions/setup-go from 3 to 5 (#4228)

This commit is contained in:
Milos Gajdos 2023-12-30 09:53:57 +00:00 committed by GitHub
commit ec0a477324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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