1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Merge pull request #4138 from thaJeztah/fix_go_version

gha: align stray go 1.19.4 version
This commit is contained in:
Sebastiaan van Stijn
2023-03-30 17:02:52 +02:00
committed by GitHub

View File

@@ -63,7 +63,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19.4
go-version: 1.19.7
-
name: Test
run: |