File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515
1616 - name : Set up Go
17- uses : actions/setup-go@v3
17+ uses : actions/setup-go@v5
1818 with :
19- go-version : 1.19
19+ go-version : 1.22.2
2020
2121 - name : Build
2222 run : go build -v ./...
Original file line number Diff line number Diff line change 11module github.com/hickford/git-credential-oauth
22
3- go 1.19
3+ go 1.22.2
44
55require golang.org/x/oauth2 v0.19.0
Original file line number Diff line number Diff line change 11github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
2+ github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
23golang.org/x/oauth2 v0.19.0 h1:9+E/EZBCbTLNrbN35fHv/a/d/mOBatymz1zbtQrXpIg =
34golang.org/x/oauth2 v0.19.0 /go.mod h1:vYi7skDa1x015PmRRYZ7+s1cWyPgrPiSYRe4rnsexc8 =
You can’t perform that action at this time.
0 commit comments