Skip to content

Commit ea8b200

Browse files
authored
Merge pull request #153 from haoranleo/haoranr/bump-go-version
Bump go version to 1.24.9
2 parents 8b67c9a + fcb752d commit ea8b200

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.7
1+
1.24.9

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.7-gcc
11+
ARG BUILDER=public.ecr.aws/eks-distro-build-tooling/golang:1.24.9-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.7
3+
go 1.24.9
44

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

0 commit comments

Comments
 (0)