bumped go version to 1.18.1 (#8578)

This commit is contained in:
Long Wu Yuan 2022-05-12 00:15:03 +05:30 committed by GitHub
parent 61fcca3a3a
commit 24b8e32b08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 52 additions and 19 deletions

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.17-alpine as builder
FROM golang:1.18.2-alpine as builder
RUN apk add git
WORKDIR /go/src/k8s.io/ingress-nginx/images/custom-error-pages

View file

@ -1,6 +1,6 @@
module k8s.io/ingress-nginx/custom-error-pages
go 1.17
go 1.18
require github.com/prometheus/client_golang v1.11.0