Merge pull request #2151 from docker/dependabot/github_actions/actions/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
This commit is contained in:
CrazyMax 2023-12-07 07:43:59 -08:00 committed by GitHub
commit e4880c5dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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