File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3838 - name : Install Go
3939 uses : actions/setup-go@v5
4040 with :
41- go-version : 1.24.3
41+ go-version : 1.24.4
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 @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/accountmgmt
22
33go 1.23.0
44
5- toolchain go1.24.3
5+ toolchain go1.24.4
66
77require (
88 github.com/redhat-developer/app-services-sdk-go v0.14.0
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module github.com/redhat-developer/app-services-sdk-go/auth
22
33go 1.23.0
44
5- toolchain go1.24.3
5+ toolchain go1.24.4
66
77require golang.org/x/oauth2 v0.30.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/connectormgmt
22
33go 1.23.0
44
5- toolchain go1.24.3
5+ toolchain go1.24.4
66
77require (
88 github.com/redhat-developer/app-services-sdk-go v0.14.0
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module github.com/redhat-developer/app-services-sdk-go
22
33go 1.23.0
44
5- toolchain go1.24.3
5+ toolchain go1.24.4
66
77require golang.org/x/oauth2 v0.30.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/kafkainstance
22
33go 1.23.0
44
5- toolchain go1.24.3
5+ toolchain go1.24.4
66
77require (
88 github.com/redhat-developer/app-services-sdk-go v0.14.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/kafkamgmt
22
33go 1.23.0
44
5- toolchain go1.24.3
5+ toolchain go1.24.4
66
77require (
88 github.com/redhat-developer/app-services-sdk-go v0.14.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/registryinstance
22
33go 1.23.0
44
5- toolchain go1.24.3
5+ toolchain go1.24.4
66
77require (
88 github.com/redhat-developer/app-services-sdk-go v0.14.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/registrymgmt
22
33go 1.23.0
44
5- toolchain go1.24.3
5+ toolchain go1.24.4
66
77require (
88 github.com/redhat-developer/app-services-sdk-go v0.14.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/serviceaccountmgmt
22
33go 1.23.0
44
5- toolchain go1.24.3
5+ toolchain go1.24.4
66
77require (
88 github.com/redhat-developer/app-services-sdk-go v0.14.0
You can’t perform that action at this time.
0 commit comments