We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e535edf commit 1c1662dCopy full SHA for 1c1662d
.github/workflows/samples-go-client.yaml
@@ -3,10 +3,10 @@ name: Samples Go Clients
3
on:
4
push:
5
paths:
6
- - 'samples/openapi3/client/petstore/go-petstore-aws-signature/**'
+ - 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/**'
7
pull_request:
8
9
10
11
jobs:
12
build:
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
sample:
19
20
steps:
21
- uses: actions/checkout@v4
22
- uses: actions/setup-go@v5
0 commit comments