Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_and_validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.24.3
go-version: 1.24.4
- name: Check Go modules match source code
run: ./scripts/go-mod-check.sh
- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion accountmgmt/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/accountmgmt

go 1.23.0

toolchain go1.24.3
toolchain go1.24.4

require (
github.com/redhat-developer/app-services-sdk-go v0.14.0
Expand Down
2 changes: 1 addition & 1 deletion auth/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module github.com/redhat-developer/app-services-sdk-go/auth

go 1.23.0

toolchain go1.24.3
toolchain go1.24.4

require golang.org/x/oauth2 v0.30.0
2 changes: 1 addition & 1 deletion connectormgmt/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/connectormgmt

go 1.23.0

toolchain go1.24.3
toolchain go1.24.4

require (
github.com/redhat-developer/app-services-sdk-go v0.14.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module github.com/redhat-developer/app-services-sdk-go

go 1.23.0

toolchain go1.24.3
toolchain go1.24.4

require golang.org/x/oauth2 v0.30.0
2 changes: 1 addition & 1 deletion kafkainstance/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/kafkainstance

go 1.23.0

toolchain go1.24.3
toolchain go1.24.4

require (
github.com/redhat-developer/app-services-sdk-go v0.14.0
Expand Down
2 changes: 1 addition & 1 deletion kafkamgmt/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/kafkamgmt

go 1.23.0

toolchain go1.24.3
toolchain go1.24.4

require (
github.com/redhat-developer/app-services-sdk-go v0.14.0
Expand Down
2 changes: 1 addition & 1 deletion registryinstance/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/registryinstance

go 1.23.0

toolchain go1.24.3
toolchain go1.24.4

require (
github.com/redhat-developer/app-services-sdk-go v0.14.0
Expand Down
2 changes: 1 addition & 1 deletion registrymgmt/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/registrymgmt

go 1.23.0

toolchain go1.24.3
toolchain go1.24.4

require (
github.com/redhat-developer/app-services-sdk-go v0.14.0
Expand Down
2 changes: 1 addition & 1 deletion serviceaccountmgmt/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/serviceaccountmgmt

go 1.23.0

toolchain go1.24.3
toolchain go1.24.4

require (
github.com/redhat-developer/app-services-sdk-go v0.14.0
Expand Down
2 changes: 1 addition & 1 deletion smarteventsmgmt/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/smarteventsmgmt

go 1.23.0

toolchain go1.24.3
toolchain go1.24.4

require (
github.com/redhat-developer/app-services-sdk-go v0.14.0
Expand Down
Loading