File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
- name : Set up Go 1.x
13
13
uses : actions/setup-go@v2
14
14
with :
15
- go-version : ^1.15
15
+ go-version : ^1.19
16
16
17
17
- name : Check out code into the Go module directory
18
18
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:experimental
2
2
3
- FROM --platform=${TARGETPLATFORM} public.ecr.aws/docker/library/golang:1.18.6 AS base
3
+ FROM --platform=${TARGETPLATFORM} public.ecr.aws/docker/library/golang:1.19.3 AS base
4
4
WORKDIR /workspace
5
5
# Copy the Go Modules manifests
6
6
COPY go.mod go.mod
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/aws-load-balancer-controller
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/aws/aws-sdk-go v1.42.27
You can’t perform that action at this time.
0 commit comments