Merge pull request #4099 from docker/dependabot/github_actions/actions/setup-go-4

build(deps): bump actions/setup-go from 3 to 4
This commit is contained in:
Sebastiaan van Stijn 2023-03-21 13:41:22 +01:00 committed by GitHub
commit 3c9e0073dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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