File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - name : Install Go
3939 uses : actions/setup-go@v6
4040 with :
41- go-version : 1.25.1
41+ go-version : 1.26.0
4242 - name : Check Go modules match source code
4343 run : ./scripts/go-mod-check.sh
4444 - name : golangci-lint
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 steps :
1818 - uses : actions/setup-go@v6
1919 with :
20- go-version : 1.25.1
20+ go-version : 1.26.0
2121 - name : Checkout
2222 uses : actions/checkout@v5
2323 - name : Generate API clients
2424 run : |
2525 ./scripts/generate.sh
2626 go mod tidy
2727
28- - uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
28+ - uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
2929 with :
3030 title : " chore(all): re-generate OpenAPI client(s)"
3131 token : " ${{ secrets.CI_USER_TOKEN }}"
Original file line number Diff line number Diff line change 2323 run : ./scripts/errors/fetch-errors.sh
2424 - name : Generate Errors SDK
2525 run : ./scripts/errors/generate-errors.sh
26- - uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
26+ - uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
2727 with :
2828 title : " fix(all): regenerated Error SDK(s)"
2929 token : " ${{ secrets.CI_USER_TOKEN }}"
Original file line number Diff line number Diff line change 2727 steps :
2828 - uses : actions/setup-go@v6
2929 with :
30- go-version : 1.25.1
30+ go-version : 1.26.0
3131 - name : Checkout
3232 uses : actions/checkout@v5
3333 - name : Fetch OpenAPI doc
3636 - name : Fetch OpenAPI doc
3737 if : github.event.client_payload.download_url != ''
3838 run : ./scripts/fetch_api.sh ${{ github.event.client_payload.download_url }}
39- - uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
39+ - uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
4040 with :
4141 title : " chore(openapi): update ${{ env.CLIENT_ID }} OpenAPI document"
4242 token : " ${{ secrets.CI_USER_TOKEN }}"
Original file line number Diff line number Diff line change 11module github.com/redhat-developer/app-services-sdk-go/accountmgmt
22
3- go 1.23 .0
3+ go 1.24 .0
44
5- toolchain go1.25.1
5+ toolchain go1.26.0
66
77require (
88 github.com/redhat-developer/app-services-sdk-go v0.14.0
9- golang.org/x/oauth2 v0.30 .0
9+ golang.org/x/oauth2 v0.35 .0
1010)
Original file line number Diff line number Diff line change @@ -304,8 +304,8 @@ golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a/go.mod h1:DAh4E804XQdzx2j
304304golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 /go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc =
305305golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb /go.mod h1:jaDAt6Dkxork7LmZnYtzbRWj0W47D86a3TGe0YHBvmE =
306306golang.org/x/oauth2 v0.0.0-20220630143837-2104d58473e0 /go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg =
307- golang.org/x/oauth2 v0.30 .0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI =
308- golang.org/x/oauth2 v0.30 .0 /go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU =
307+ golang.org/x/oauth2 v0.35 .0 h1:Mv2mzuHuZuY2+bkyWXIHMfhNdJAdwW3FuWeCPYN5GVQ =
308+ golang.org/x/oauth2 v0.35 .0 /go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA =
309309golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
310310golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
311311golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
Original file line number Diff line number Diff line change 11module github.com/redhat-developer/app-services-sdk-go/auth
22
3- go 1.23 .0
3+ go 1.24 .0
44
5- toolchain go1.25.1
5+ toolchain go1.26.0
66
7- require golang.org/x/oauth2 v0.30 .0
7+ require golang.org/x/oauth2 v0.35 .0
Original file line number Diff line number Diff line change 1- golang.org/x/oauth2 v0.30 .0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI =
2- golang.org/x/oauth2 v0.30 .0 /go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU =
1+ golang.org/x/oauth2 v0.35 .0 h1:Mv2mzuHuZuY2+bkyWXIHMfhNdJAdwW3FuWeCPYN5GVQ =
2+ golang.org/x/oauth2 v0.35 .0 /go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA =
Original file line number Diff line number Diff line change 11module github.com/redhat-developer/app-services-sdk-go/connectormgmt
22
3- go 1.23 .0
3+ go 1.24 .0
44
5- toolchain go1.25.1
5+ toolchain go1.26.0
66
77require (
88 github.com/redhat-developer/app-services-sdk-go v0.14.0
9- golang.org/x/oauth2 v0.30 .0
9+ golang.org/x/oauth2 v0.35 .0
1010)
Original file line number Diff line number Diff line change @@ -304,8 +304,8 @@ golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a/go.mod h1:DAh4E804XQdzx2j
304304golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 /go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc =
305305golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb /go.mod h1:jaDAt6Dkxork7LmZnYtzbRWj0W47D86a3TGe0YHBvmE =
306306golang.org/x/oauth2 v0.0.0-20220630143837-2104d58473e0 /go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg =
307- golang.org/x/oauth2 v0.30 .0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI =
308- golang.org/x/oauth2 v0.30 .0 /go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU =
307+ golang.org/x/oauth2 v0.35 .0 h1:Mv2mzuHuZuY2+bkyWXIHMfhNdJAdwW3FuWeCPYN5GVQ =
308+ golang.org/x/oauth2 v0.35 .0 /go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA =
309309golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
310310golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
311311golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments