summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2023-01-11 00:15:35 +0100
committerSebastiaan van Stijn <github@gone.nl>2023-01-11 00:15:35 +0100
commit155e8d7d780200c9d6e03322aeb8394a849dd144 (patch)
treed635305ff2823e8765b129c0b9138c3211c2cf39 /.github/workflows
parent62296f9281d429b0ff1967f4c933e4b3b338cdd8 (diff)
downloaddocker-155e8d7d780200c9d6e03322aeb8394a849dd144.tar.gz
update to go1.19.5
go1.19.5 (released 2023-01-10) includes fixes to the compiler, the linker, and the crypto/x509, net/http, sync/atomic, and syscall packages. See the Go 1.19.5 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.19.5+label%3ACherryPickApproved full diff: https://github.com/golang/go/compare/go1.19.4...go1.19.5 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/.windows.yml2
-rw-r--r--.github/workflows/test.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/.windows.yml b/.github/workflows/.windows.yml
index 6c698cb00d..bc5940b1eb 100644
--- a/.github/workflows/.windows.yml
+++ b/.github/workflows/.windows.yml
@@ -15,7 +15,7 @@ on:
default: false
env:
- GO_VERSION: 1.19.4
+ GO_VERSION: 1.19.5
GOTESTLIST_VERSION: v0.2.0
TESTSTAT_VERSION: v0.1.3
WINDOWS_BASE_IMAGE: mcr.microsoft.com/windows/servercore
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a16b0f65e8..7c1f4ab2cb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,7 +15,7 @@ on:
pull_request:
env:
- GO_VERSION: 1.19.4
+ GO_VERSION: 1.19.5
GOTESTLIST_VERSION: v0.2.0
TESTSTAT_VERSION: v0.1.3
ITG_CLI_MATRIX_SIZE: 6