Skip to content

Commit

Permalink
Merge pull request #1427 from mskanth972/go_update
Browse files Browse the repository at this point in the history
Update Go Version
  • Loading branch information
k8s-ci-robot authored Aug 5, 2024
2 parents 2c80cae + 0a52171 commit 0edf1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM public.ecr.aws/eks-distro-build-tooling/golang:1.20 as go-builder
FROM public.ecr.aws/eks-distro-build-tooling/golang:1.22.5 as go-builder
WORKDIR /go/src/github.com/kubernetes-sigs/aws-efs-csi-driver

ARG TARGETOS
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ replace (
vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787
)

go 1.20
go 1.22.5

0 comments on commit 0edf1e8

Please sign in to comment.