Release v1.8.2 and Update Go to v1.21.1 (#10379)

* Bump Go version to 1.21.1 (#10377)

* Bump Go version to 1.21.1

* Bump testrunner image

* Fix lint error on datadog struct

* Revert lint on 1.8

* Fix http default backend test

* Fix http default backend test

* Fix http default backend test (#10382)
This commit is contained in:
Ricardo Katz 2023-09-08 11:56:15 -03:00 committed by GitHub
parent a281bf0bf3
commit 6d3a6b6a33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 149 additions and 67 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.20.5-alpine3.18 as builder
FROM golang:1.21.1-alpine3.18 as builder
RUN mkdir /authsvc
WORKDIR /authsvc
COPY . ./

View file

@ -1,6 +1,6 @@
module example.com/authsvc
go 1.20
go 1.21.1
require k8s.io/apimachinery v0.23.1