Bump actions/setup-go from 4 to 5 (#272)

This commit is contained in:
dependabot[bot] 2023-12-06 12:35:31 -08:00 committed by GitHub
parent e6f310b854
commit 31ea09606d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 'stable'
cache: true

View file

@ -20,7 +20,7 @@ jobs:
submodules: 'recursive'
- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 'stable'
cache: true