File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77 rc :
88 name : Trigger release candidate build
99 runs-on : ubuntu-latest
10- container : public.ecr.aws/eksctl/eksctl-build:5e2d110f32a60d699ca0642ac3287190227c45ec
10+ container : public.ecr.aws/eksctl/eksctl-build:9b3f575ceb1a272a000ca1fbaded0174096a007a
1111 steps :
1212 - name : Checkout
1313 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Original file line number Diff line number Diff line change 77 rc :
88 name : Trigger release build
99 runs-on : ubuntu-latest
10- container : public.ecr.aws/eksctl/eksctl-build:5e2d110f32a60d699ca0642ac3287190227c45ec
10+ container : public.ecr.aws/eksctl/eksctl-build:9b3f575ceb1a272a000ca1fbaded0174096a007a
1111 steps :
1212 - name : Checkout
1313 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Original file line number Diff line number Diff line change 1818 resource : ["coredns", "aws-node"]
1919 name : Update ${{ matrix.resource }} and open PR
2020 runs-on : ubuntu-latest
21- container : public.ecr.aws/eksctl/eksctl-build:5e2d110f32a60d699ca0642ac3287190227c45ec
21+ container : public.ecr.aws/eksctl/eksctl-build:9b3f575ceb1a272a000ca1fbaded0174096a007a
2222 env :
2323 GOPRIVATE : " "
2424 steps :
Original file line number Diff line number Diff line change 11# options for analysis running
22run :
3- go : ' 1.20 '
3+ go : ' 1.21 '
44
55 # default concurrency is a available CPU number
66 concurrency : 4
Original file line number Diff line number Diff line change 1- ARG BUILD_IMAGE=public.ecr.aws/eksctl/eksctl-build:5e2d110f32a60d699ca0642ac3287190227c45ec
1+ ARG BUILD_IMAGE=public.ecr.aws/eksctl/eksctl-build:9b3f575ceb1a272a000ca1fbaded0174096a007a
22FROM $BUILD_IMAGE as build
33
44WORKDIR /src
Original file line number Diff line number Diff line change 11# Make sure to run the following commands after changes to this file are made:
22# `make -f Makefile.docker update-build-image-tag && make -f Makefile.docker push-build-image`
33
4- FROM golang:1.20.8 -alpine3.18 @sha256:90246ec31bcf460ff3dbe8a4a63e8997bc36781a2eba9e0419e9b53e0bd36a0d AS base
4+ FROM golang:1.21.7 -alpine3.19 @sha256:163801a964d358d6450aeb51b59d5c807d43a7c97fed92cc7ff1be5bd72811ab AS base
55
66# Add kubectl and aws-iam-authenticator to the PATH
77ENV PATH="${PATH}:/out/usr/bin:/out/usr/local/bin"
Original file line number Diff line number Diff line change 1414"k8s.io/code-generator v0.29.0"
1515"sigs.k8s.io/mdtoc v1.1.0"
1616"github.com/vburenin/ifacemaker v1.2.1"
17- 100644 blob 80fe0de3dabc122dacbf9fd528653fab7c25af4b build/docker/Dockerfile
17+ 100644 blob d3ad8df01a6d4b3470b73aa0b7b4d1e2393ac1a6 build/docker/Dockerfile
1818100644 blob 5a6c9ae4c6009fa13d955867f2ff8706038d7110 .requirements
1919100755 blob c1129ff1ff85ac2c53f908a577675ea59a9325a7 build/scripts/install-build-deps.sh
Original file line number Diff line number Diff line change 1- 5e2d110f32a60d699ca0642ac3287190227c45ec
1+ 9b3f575ceb1a272a000ca1fbaded0174096a007a
You can’t perform that action at this time.
0 commit comments