Skip to content

Commit

Permalink
don't pin go to a patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Aug 11, 2024
1 parent 81e1aa7 commit 08e9fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module knative.dev/pkg

Check failure on line 1 in go.mod

View workflow job for this annotation

GitHub Actions / verify / Verify Deps and Codegen

Please run ./hack/update-codegen.sh. diff --git a/go.mod b/go.mod index 9d32410..6d80500 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module knative.dev/pkg -go 1.22 +go 1.22.0 require ( contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d

go 1.22.0
go 1.22

require (
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d
Expand Down

0 comments on commit 08e9fa5

Please sign in to comment.