Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/mobyPublic

Commit9163aa3

Browse files
authored
Merge pull request#49026 from thaJeztah/27.x_update_go_1.22.10
[27.x] update to go1.22.10
2 parents0176f4a +0e34b39 commit9163aa3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

‎.github/workflows/.test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
default:"graphdriver"
2222

2323
env:
24-
GO_VERSION:"1.22.9"
24+
GO_VERSION:"1.22.10"
2525
GOTESTLIST_VERSION:v0.3.1
2626
TESTSTAT_VERSION:v0.1.25
2727
ITG_CLI_MATRIX_SIZE:6

‎.github/workflows/.windows.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
default:false
3030

3131
env:
32-
GO_VERSION:"1.22.9"
32+
GO_VERSION:"1.22.10"
3333
GOTESTLIST_VERSION:v0.3.1
3434
TESTSTAT_VERSION:v0.1.25
3535
WINDOWS_BASE_IMAGE:mcr.microsoft.com/windows/servercore

‎.github/workflows/buildkit.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
pull_request:
2323

2424
env:
25-
GO_VERSION:"1.22.9"
25+
GO_VERSION:"1.22.10"
2626
DESTDIR:./build
2727
SETUP_BUILDX_VERSION:latest
2828
SETUP_BUILDKIT_IMAGE:moby/buildkit:latest

‎.github/workflows/codeql.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
-name:Update Go
5858
uses:actions/setup-go@v5
5959
with:
60-
go-version:1.22.9
60+
go-version:"1.22.10"
6161
-name:Initialize CodeQL
6262
uses:github/codeql-action/init@v3
6363
with:

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
pull_request:
2323

2424
env:
25-
GO_VERSION:"1.22.9"
25+
GO_VERSION:"1.22.10"
2626
GIT_PAGER:"cat"
2727
PAGER:"cat"
2828
SETUP_BUILDX_VERSION:latest

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.7
22

3-
ARG GO_VERSION=1.22.9
3+
ARG GO_VERSION=1.22.10
44
ARG BASE_DEBIAN_DISTRO="bookworm"
55
ARG GOLANG_IMAGE="golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO}"
66
ARG XX_VERSION=1.5.0

‎Dockerfile.simple‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# This represents the bare minimum required to build and test Docker.
77

8-
ARG GO_VERSION=1.22.9
8+
ARG GO_VERSION=1.22.10
99

1010
ARG BASE_DEBIAN_DISTRO="bookworm"
1111
ARG GOLANG_IMAGE="golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO}"

‎Dockerfile.windows‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
161161
# Use PowerShell as the default shell
162162
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
163163

164-
ARG GO_VERSION=1.22.9
164+
ARG GO_VERSION=1.22.10
165165
ARG GOTESTSUM_VERSION=v1.8.2
166166
ARG GOWINRES_VERSION=v0.3.1
167167
ARG CONTAINERD_VERSION=v1.7.24

‎hack/dockerfiles/generate-files.Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.22.9
3+
ARG GO_VERSION=1.22.10
44
ARG BASE_DEBIAN_DISTRO="bookworm"
55
ARG PROTOC_VERSION=3.11.4
66

‎hack/dockerfiles/govulncheck.Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.22.9
3+
ARG GO_VERSION=1.22.10
44
ARG GOVULNCHECK_VERSION=v1.1.3
55
ARG FORMAT=text
66

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp