Merge pull request #36 from BenTheElder/go118

upgrade to go1.18
This commit is contained in:
Kubernetes Prow Robot 2022-03-31 08:51:01 -07:00 committed by GitHub
commit c3b27f3679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.17.6
1.18

2
go.mod
View File

@ -1,6 +1,6 @@
module sigs.k8s.io/oci-proxy
go 1.17
go 1.18
require k8s.io/klog/v2 v2.40.1