File tree Expand file tree Collapse file tree 4 files changed +27
-572
lines changed
Expand file tree Collapse file tree 4 files changed +27
-572
lines changed Original file line number Diff line number Diff line change 1818 - go.sum
1919
2020env :
21- GO_VERSION : 1.16.7
21+ GO_VERSION : 1.24.0
2222
2323jobs :
2424 build :
Original file line number Diff line number Diff line change 1- ARG GO_VERSION=1.16.7
1+ ARG GO_VERSION=1.24.0
22
33FROM golang:${GO_VERSION}-alpine
44
Original file line number Diff line number Diff line change 11module github.com/upsidr/merge-gatekeeper
22
3- go 1.16
3+ go 1.24.0
44
55require (
66 github.com/google/go-github/v38 v38.1.0
7+ github.com/spf13/cobra v1.9.1
8+ golang.org/x/oauth2 v0.28.0
9+ )
10+
11+ require (
12+ github.com/google/go-cmp v0.7.0 // indirect
713 github.com/google/go-querystring v1.1.0 // indirect
8- github.com/spf13/cobra v1.2.1
9- golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
14+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
15+ github.com/spf13/pflag v1.0.6 // indirect
16+ golang.org/x/crypto v0.36.0 // indirect
1017)
You can’t perform that action at this time.
0 commit comments