Skip to content

Commit e2c1c36

Browse files
chore(deps): update shared components packages to v1.26.4
1 parent 300111c commit e2c1c36

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/build_and_validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Go
3939
uses: actions/setup-go@v6.4.0
4040
with:
41-
go-version: 1.26.3
41+
go-version: 1.26.4
4242
- name: Check Go modules match source code
4343
run: ./scripts/go-mod-check.sh
4444
- name: golangci-lint

.github/workflows/generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/setup-go@v6.4.0
1919
with:
20-
go-version: 1.26.3
20+
go-version: 1.26.4
2121
- name: Checkout
2222
uses: actions/checkout@v6.0.3
2323
- name: Generate API clients

.github/workflows/update_openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/setup-go@v6.4.0
2929
with:
30-
go-version: 1.26.3
30+
go-version: 1.26.4
3131
- name: Checkout
3232
uses: actions/checkout@v6.0.3
3333
- name: Fetch OpenAPI doc

accountmgmt/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/accountmgmt
22

33
go 1.25.0
44

5-
toolchain go1.26.3
5+
toolchain go1.26.4
66

77
require (
88
github.com/redhat-developer/app-services-sdk-go v0.14.0

auth/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/redhat-developer/app-services-sdk-go/auth
22

33
go 1.25.0
44

5-
toolchain go1.26.3
5+
toolchain go1.26.4
66

77
require golang.org/x/oauth2 v0.36.0

connectormgmt/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/connectormgmt
22

33
go 1.25.0
44

5-
toolchain go1.26.3
5+
toolchain go1.26.4
66

77
require (
88
github.com/redhat-developer/app-services-sdk-go v0.14.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/redhat-developer/app-services-sdk-go
22

33
go 1.25.0
44

5-
toolchain go1.26.3
5+
toolchain go1.26.4
66

77
require golang.org/x/oauth2 v0.36.0

kafkainstance/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/kafkainstance
22

33
go 1.25.0
44

5-
toolchain go1.26.3
5+
toolchain go1.26.4
66

77
require (
88
github.com/redhat-developer/app-services-sdk-go v0.14.0

kafkamgmt/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/kafkamgmt
22

33
go 1.25.0
44

5-
toolchain go1.26.3
5+
toolchain go1.26.4
66

77
require (
88
github.com/redhat-developer/app-services-sdk-go v0.14.0

registryinstance/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/registryinstance
22

33
go 1.25.0
44

5-
toolchain go1.26.3
5+
toolchain go1.26.4
66

77
require (
88
github.com/redhat-developer/app-services-sdk-go v0.14.0

0 commit comments

Comments
 (0)