Skip to content

Commit

Permalink
update go mod to go1.21
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored and wlynch committed May 30, 2024
1 parent 289c613 commit 4f391ad
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
module github.com/bradleyfalzon/ghinstallation/v2

go 1.16
go 1.21

toolchain go1.22.3

require (
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v62 v62.0.0
)

require github.com/google/go-querystring v1.1.0 // indirect
require (
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
)

0 comments on commit 4f391ad

Please sign in to comment.