Skip to content

Commit

Permalink
Update golang to v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mskanth972 committed Aug 7, 2024
1 parent 8619642 commit 8d8a7f2
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 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

0 comments on commit 8d8a7f2

Please sign in to comment.