Skip to content

Commit

Permalink
Mention upfront the version requirement and hint
Browse files Browse the repository at this point in the history
  • Loading branch information
bgandon committed May 11, 2024
1 parent 1c90cc9 commit 3ef88af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
module github.com/telia-oss/github-pr-resource

go 1.21.0

toolchain go1.21.10

require (
github.com/google/go-github/v61 v61.0.0
github.com/maxbrunsfeld/counterfeiter/v6 v6.4.1
Expand All @@ -20,7 +24,3 @@ require (
golang.org/x/tools v0.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.21.0

toolchain go1.21.10

0 comments on commit 3ef88af

Please sign in to comment.