bump golang 1.20 local-ptah-provisioner

This commit is contained in:
Antonio Ojea
2023-02-27 19:39:35 +00:00
parent 323ec6d18e
commit 8863bcd1fc

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.18
FROM golang:1.20
RUN git clone https://github.com/rancher/local-path-provisioner
ARG VERSION
RUN cd local-path-provisioner && \