Skip to content

Commit b84a317

Browse files
authored
Merge pull request #148 from a-cool-train/master
Resolve CVE-2025-47906
2 parents 91c3820 + b2f2763 commit b84a317

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.6
1+
1.24.7

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
11-
ARG BUILDER=public.ecr.aws/eks-distro-build-tooling/golang:1.24.6-gcc
11+
ARG BUILDER=public.ecr.aws/eks-distro-build-tooling/golang:1.24.7-gcc
1212
ARG BASE_IMAGE=public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-34-latest
1313

1414
FROM --platform=$BUILDPLATFORM ${BUILDER} AS build

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/aws-encryption-provider
22

3-
go 1.24.4
3+
go 1.24.7
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3

0 commit comments

Comments
 (0)