Skip to content

Commit

Permalink
Upgraded golang to 1.20 /test
Browse files Browse the repository at this point in the history
  • Loading branch information
kalpanathanneeru21 committed May 9, 2023
1 parent e09f403 commit 3673dce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 286 deletions.
4 changes: 2 additions & 2 deletions 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.17 as go-builder
FROM public.ecr.aws/eks-distro-build-tooling/golang:1.20 as go-builder
WORKDIR /go/src/github.com/kubernetes-sigs/aws-efs-csi-driver

ARG TARGETOS
Expand Down Expand Up @@ -93,4 +93,4 @@ COPY --from=rpm-provider /root/.local/lib/python3.9/site-packages/ /usr/lib/pyth
COPY --from=go-builder /go/src/github.com/kubernetes-sigs/aws-efs-csi-driver/bin/aws-efs-csi-driver /bin/aws-efs-csi-driver
COPY THIRD-PARTY /

ENTRYPOINT ["/bin/aws-efs-csi-driver"]
ENTRYPOINT ["/bin/aws-efs-csi-driver"]
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ replace (
vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787
)

go 1.17
go 1.20
Loading

0 comments on commit 3673dce

Please sign in to comment.