File tree Expand file tree Collapse file tree 6 files changed +30
-12
lines changed
Expand file tree Collapse file tree 6 files changed +30
-12
lines changed Original file line number Diff line number Diff line change 1+ vendor / linguist-generated =true
Original file line number Diff line number Diff line change @@ -43,22 +43,22 @@ jobs:
4343 echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
4444 -
4545 name : Set up QEMU
46- uses : docker/setup-qemu-action@v1
46+ uses : docker/setup-qemu-action@v3
4747 -
4848 name : Set up Docker Buildx
49- uses : docker/setup-buildx-action@v1
49+ uses : docker/setup-buildx-action@v3
5050 -
5151 name : Login to the container registry
5252 if : github.event_name != 'pull_request'
53- uses : docker/login-action@v1
53+ uses : docker/login-action@v3
5454 with :
5555 registry : quay.io
5656 username : ${{ secrets.REGISTRY_USERNAME }}
5757 password : ${{ secrets.REGISTRY_TOKEN }}
5858 -
5959 name : Build and push
6060 id : docker_build
61- uses : docker/build-push-action@v2
61+ uses : docker/build-push-action@v6
6262 with :
6363 context : .
6464 file : ./Dockerfile.multiarch
Original file line number Diff line number Diff line change 11module github.com/kubernetes-sigs/nfs-subdir-external-provisioner
22
3- go 1.19
3+ go 1.25
44
55require (
6- github.com/golang/glog v1.2.4
6+ github.com/golang/glog v1.2.5
77 k8s.io/api v0.23.4
88 k8s.io/apimachinery v0.23.4
99 k8s.io/client-go v0.23.4
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/me
101101github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
102102github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
103103github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
104- github.com/golang/glog v1.2.4 h1:CNNw5U8lSiiBk7druxtSHHTsRWcxKoac6kZKm2peBBc =
105- github.com/golang/glog v1.2.4 /go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w =
104+ github.com/golang/glog v1.2.5 h1:DrW6hGnjIhtvhOIiAKT6Psh/Kd/ldepEa81DKeiRJ5I =
105+ github.com/golang/glog v1.2.5 /go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w =
106106github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
107107github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
108108github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ github.com/go-logr/logr
1414## explicit; go 1.15
1515github.com/gogo/protobuf/proto
1616github.com/gogo/protobuf/sortkeys
17- # github.com/golang/glog v1.2.4
17+ # github.com/golang/glog v1.2.5
1818## explicit; go 1.19
1919github.com/golang/glog
2020github.com/golang/glog/internal/logsink
You can’t perform that action at this time.
0 commit comments