Skip to content

Commit

Permalink
setup go
Browse files Browse the repository at this point in the history
  • Loading branch information
wdbaruni committed Oct 13, 2024
1 parent d3e7248 commit 63c6b5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/swagger-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.23

# Step 2: Install swag (Swagger generator)
- name: Install Swag
run: |
Expand Down

0 comments on commit 63c6b5b

Please sign in to comment.