Skip to content

Commit

Permalink
Patch go.mod to 1.18 to allow using packages that require 1.18 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahlunar committed Feb 2, 2023
1 parent e3370f8 commit d3e9d96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 231 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/lunarway/release-manager

go 1.17
go 1.18

require (
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
Expand Down Expand Up @@ -52,7 +52,6 @@ require (
github.com/go-openapi/jsonreference v0.19.5 // indirect
github.com/go-openapi/swag v0.19.14 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-cmp v0.5.8 // indirect
Expand Down

0 comments on commit d3e9d96

Please sign in to comment.