Skip to content

Commit 0cf724e

Browse files
authored
Merge pull request #128 from shizuchanw/master
update Dockerfile and CI to use go 1.23
2 parents 5ea85bb + c917051 commit 0cf724e

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.2
1+
1.23.4

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22
go_import_path: sigs.k8s.io/aws-encryption-provider
33
go:
4-
- 1.22.x
4+
- 1.23.x
55

66
sudo: false
77

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
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.22.2-gcc
12-
ARG BASE_IMAGE=public.ecr.aws/eks-distro/kubernetes/go-runner:v0.16.4-eks-1-30-latest
11+
ARG BUILDER=public.ecr.aws/eks-distro-build-tooling/golang:1.23.4-gcc
12+
ARG BASE_IMAGE=public.ecr.aws/eks-distro/kubernetes/go-runner:v0.16.4-eks-1-32-latest
1313

1414
FROM --platform=$BUILDPLATFORM ${BUILDER} AS build
1515
WORKDIR /go/src/sigs.k8s.io/aws-encryption-provider

go.mod

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

3-
go 1.23.0
4-
5-
toolchain go1.23.3
3+
go 1.23.4
64

75
require (
86
github.com/aws/aws-sdk-go v1.54.6

0 commit comments

Comments
 (0)