mirror of https://github.com/docker/cli.git
Merge pull request #4138 from thaJeztah/fix_go_version
gha: align stray go 1.19.4 version
This commit is contained in:
commit
378e35e915
|
@ -63,7 +63,7 @@ jobs:
|
||||||
name: Set up Go
|
name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.4
|
go-version: 1.19.7
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue