Skip to content

Commit d138e21

Browse files
chore(deps): update dependency go to v1.25.1
1 parent a46e356 commit d138e21

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@v5
4040
with:
41-
go-version: 1.25.0
41+
go-version: 1.25.1
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@v5
1919
with:
20-
go-version: 1.25.0
20+
go-version: 1.25.1
2121
- name: Checkout
2222
uses: actions/checkout@v5
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@v5
2929
with:
30-
go-version: 1.25.0
30+
go-version: 1.25.1
3131
- name: Checkout
3232
uses: actions/checkout@v5
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.23.0
44

5-
toolchain go1.25.0
5+
toolchain go1.25.1
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.23.0
44

5-
toolchain go1.25.0
5+
toolchain go1.25.1
66

77
require golang.org/x/oauth2 v0.30.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.23.0
44

5-
toolchain go1.25.0
5+
toolchain go1.25.1
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.23.0
44

5-
toolchain go1.25.0
5+
toolchain go1.25.1
66

77
require golang.org/x/oauth2 v0.30.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.23.0
44

5-
toolchain go1.25.0
5+
toolchain go1.25.1
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.23.0
44

5-
toolchain go1.25.0
5+
toolchain go1.25.1
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.23.0
44

5-
toolchain go1.25.0
5+
toolchain go1.25.1
66

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

0 commit comments

Comments
 (0)