Skip to content

Commit d4190aa

Browse files
chore(deps): update shared components packages
1 parent 9e09732 commit d4190aa

14 files changed

Lines changed: 16 additions & 16 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
4040
with:
41-
go-version: 1.25.1
41+
go-version: 1.25.7
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.25.7
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 }}"

.github/workflows/generate_errors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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 }}"

.github/workflows/update_openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/setup-go@v6
2929
with:
30-
go-version: 1.25.1
30+
go-version: 1.25.7
3131
- name: Checkout
3232
uses: actions/checkout@v5
3333
- name: Fetch OpenAPI doc
@@ -36,7 +36,7 @@ jobs:
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 }}"

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.1
5+
toolchain go1.25.7
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.1
5+
toolchain go1.25.7
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.1
5+
toolchain go1.25.7
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.1
5+
toolchain go1.25.7
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.1
5+
toolchain go1.25.7
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.1
5+
toolchain go1.25.7
66

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

0 commit comments

Comments
 (0)