mirror of https://github.com/docker/cli.git
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:
commit
3c9e0073dd
|
@ -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@v3
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.4
|
go-version: 1.19.4
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in New Issue