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

build(deps): bump actions/setup-go from 4 to 5
This commit is contained in:
Sebastiaan van Stijn 2023-12-07 17:42:18 +01:00 committed by GitHub
commit af23916995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
git checkout HEAD^2 git checkout HEAD^2
- -
name: Update Go name: Update Go
uses: actions/setup-go@v4 uses: actions/setup-go@v5
with: with:
go-version: '1.21' go-version: '1.21'
- -

View File

@ -61,7 +61,7 @@ jobs:
path: ${{ env.GOPATH }}/src/github.com/docker/cli path: ${{ env.GOPATH }}/src/github.com/docker/cli
- -
name: Set up Go name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v5
with: with:
go-version: 1.21.5 go-version: 1.21.5
- -