Bump Golang to 1.19.5

Resolves #1368
This commit is contained in:
Joshua Casey
2023-01-17 21:20:37 -06:00
parent f9e2212882
commit 6926c1ab64
+1 -1
View File
@@ -3,7 +3,7 @@
# Copyright 2020-2022 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
FROM golang:1.19.4 as build-env
FROM golang:1.19.5 as build-env
WORKDIR /work
COPY . .