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 5377114 commit edbbb3fCopy full SHA for edbbb3f
1 file changed
.github/workflows/samples-go-client-petstore.yaml
@@ -30,6 +30,9 @@ jobs:
30
- samples/openapi3/client/petstore/go/
31
steps:
32
- uses: actions/checkout@v5
33
+ - name: Add hosts to /etc/hosts
34
+ run: |
35
+ sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts
36
- uses: actions/setup-go@v6
37
- run: go version
38
- name: Install Dependencies
0 commit comments