File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- 1.22.2
1
+ 1.23.4
Original file line number Diff line number Diff line change 1
1
language : go
2
2
go_import_path : sigs.k8s.io/aws-encryption-provider
3
3
go :
4
- - 1.22 .x
4
+ - 1.23 .x
5
5
6
6
sudo : false
7
7
Original file line number Diff line number Diff line change 8
8
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
9
# See the License for the specific language governing permissions and
10
10
# 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
13
13
14
14
FROM --platform=$BUILDPLATFORM ${BUILDER} AS build
15
15
WORKDIR /go/src/sigs.k8s.io/aws-encryption-provider
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/aws-encryption-provider
2
2
3
- go 1.23.0
4
-
5
- toolchain go1.23.3
3
+ go 1.23.4
6
4
7
5
require (
8
6
github.com/aws/aws-sdk-go v1.54.6
You can’t perform that action at this time.
0 commit comments