Skip to content

Commit d9076cd

Browse files
committed
fix: test go mod edit on prepare release (2)
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 78c3f92 commit d9076cd

File tree

8 files changed

+11
-7
lines changed

8 files changed

+11
-7
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
permissions:
1212
contents: write
1313
pull-requests: write
14-
uses: go-openapi/ci-workflows/.github/workflows/auto-merge.yml@4bcac7e777c0a3e54a764f275fc171ba46e87e26 # v0.2.3
14+
uses: go-openapi/ci-workflows/.github/workflows/auto-merge.yml@9f8b5be8a961946631c7b7f0ba3e103600135388 # v0.2.3
1515
secrets: inherit

.github/workflows/bump-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
permissions:
3333
contents: write
3434
pull-requests: write
35-
uses: go-openapi/ci-workflows/.github/workflows/bump-release-monorepo.yml@4bcac7e777c0a3e54a764f275fc171ba46e87e26 # v0.2.3
35+
uses: go-openapi/ci-workflows/.github/workflows/bump-release-monorepo.yml@9f8b5be8a961946631c7b7f0ba3e103600135388 # v0.2.3
3636
with:
3737
bump-type: ${{ inputs.bump-type }}
3838
tag-message-title: ${{ inputs.tag-message-title }}

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
permissions:
1919
contents: read
2020
security-events: write
21-
uses: go-openapi/ci-workflows/.github/workflows/codeql.yml@4bcac7e777c0a3e54a764f275fc171ba46e87e26 # v0.2.3
21+
uses: go-openapi/ci-workflows/.github/workflows/codeql.yml@9f8b5be8a961946631c7b7f0ba3e103600135388 # v0.2.3
2222
secrets: inherit

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
permissions:
1515
pull-requests: write
1616
contents: write
17-
uses: go-openapi/ci-workflows/.github/workflows/contributors.yml@4bcac7e777c0a3e54a764f275fc171ba46e87e26 # v0.2.3
17+
uses: go-openapi/ci-workflows/.github/workflows/contributors.yml@9f8b5be8a961946631c7b7f0ba3e103600135388 # v0.2.3
1818
secrets: inherit

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ on:
1313

1414
jobs:
1515
test:
16-
uses: go-openapi/ci-workflows/.github/workflows/go-test-monorepo.yml@4bcac7e777c0a3e54a764f275fc171ba46e87e26 # v0.2.3
16+
uses: go-openapi/ci-workflows/.github/workflows/go-test-monorepo.yml@9f8b5be8a961946631c7b7f0ba3e103600135388 # v0.2.3
1717
secrets: inherit

.github/workflows/scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
permissions:
1616
contents: read
1717
security-events: write
18-
uses: go-openapi/ci-workflows/.github/workflows/scanner.yml@4bcac7e777c0a3e54a764f275fc171ba46e87e26 # V0.1.1
18+
uses: go-openapi/ci-workflows/.github/workflows/scanner.yml@9f8b5be8a961946631c7b7f0ba3e103600135388 # V0.1.1
1919
secrets: inherit

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Create release
1414
permissions:
1515
contents: write
16-
uses: go-openapi/ci-workflows/.github/workflows/release.yml@4bcac7e777c0a3e54a764f275fc171ba46e87e26 # v0.2.3
16+
uses: go-openapi/ci-workflows/.github/workflows/release.yml@9f8b5be8a961946631c7b7f0ba3e103600135388 # v0.2.3
1717
with:
1818
tag: ${{ github.ref_name }}
1919
is-monorepo: true

go.work.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
github.com/go-openapi/testify/v2 v2.0.1/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54=
2+
github.com/yuin/goldmark v1.4.13 h1:fVcFKWvrslecOb/tg+Cc05dkeYx540o0FuFt3nUVDoE=
23
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
4+
golang.org/x/net v0.48.0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU=
35
golang.org/x/net v0.48.0/go.mod h1:+ndRgGjkh8FGtu1w1FGbEC31if4VrNVMuKTgcAAnQRY=
6+
golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk=
47
golang.org/x/sys v0.39.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
8+
golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc h1:bH6xUXay0AIFMElXG2rQ4uiE+7ncwtiOdPfYK1NK2XA=
59
golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc/go.mod h1:hKdjCMrbv9skySur+Nek8Hd0uJ0GuxJIoIX2payrIdQ=

0 commit comments

Comments
 (0)