1
0

Update container version

- Update multiarch build container to use golang:1.19 as the project is tested on 1.19
- Update the multiarch container to run Alpine 3.18
  Updating to this version reduces the number of known vulnerabilities in the image
- Update go.mod to match the container version
This commit is contained in:
Dan Webb
2023-08-22 14:38:11 +01:00
parent 3740e01621
commit 0eb8f747af
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/kubernetes-sigs/nfs-subdir-external-provisioner
go 1.17
go 1.19
require (
github.com/golang/glog v1.0.0