fix: align build image Go version with go.mod (#2812)

mine
Daniel Gomes-Sebastiao 2024-08-08 05:59:40 +12:00 committed by GitHub
parent 2de726a2fb
commit 8e1a29fe64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# -----------------------------------------------------------------------------
# The base image for building the k9s binary
FROM golang:1.21.5-alpine3.17 AS build
FROM golang:1.22-alpine3.20 AS build
WORKDIR /k9s
COPY go.mod go.sum main.go Makefile ./