Skip to content

Commit

Permalink
update golang to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBednar committed Feb 8, 2023
1 parent b62280c commit deed872
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 278 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.17 as go-builder
FROM public.ecr.aws/eks-distro-build-tooling/golang:1.18 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 @@ -126,4 +126,4 @@ replace (
vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787
)

go 1.17
go 1.18
Loading

0 comments on commit deed872

Please sign in to comment.