Bump Go version to 1.21.1 (#10377)

* Bump Go version to 1.21.1

* Bump testrunner image
This commit is contained in:
Ricardo Katz 2023-09-07 17:40:58 -03:00 committed by GitHub
parent 5bb82dcb7e
commit 8b85bada82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 39 additions and 40 deletions

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.20.5-alpine3.18 as builder
FROM golang:1.21.1-alpine3.18 as builder
RUN apk update \
&& apk upgrade && apk add git

View file

@ -1,6 +1,6 @@
module k8s.io/ingress-nginx/custom-error-pages
go 1.20
go 1.21.1
require github.com/prometheus/client_golang v1.11.1