Skip to content

Commit

Permalink
Change Dockerfile go version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Dec 11, 2024
1 parent 82ff69d commit 8a1726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubectl-k8ssandra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the binary
FROM golang:1.22 as builder
FROM golang:1.23 as builder

Check warning on line 2 in cmd/kubectl-k8ssandra/Dockerfile

View workflow job for this annotation

GitHub Actions / Build k8ssandra-client Docker Image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 2 in cmd/kubectl-k8ssandra/Dockerfile

View workflow job for this annotation

GitHub Actions / create_the_image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 2 in cmd/kubectl-k8ssandra/Dockerfile

View workflow job for this annotation

GitHub Actions / create_the_image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 2 in cmd/kubectl-k8ssandra/Dockerfile

View workflow job for this annotation

GitHub Actions / create_the_image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit 8a1726e

Please sign in to comment.