Skip to content

Commit

Permalink
fix CI by closing #59
Browse files Browse the repository at this point in the history
  • Loading branch information
casualjim committed Feb 1, 2022
1 parent 39bed99 commit f55deed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
# Due to https://github.com/go-openapi/swag/issues/59
go-version: 1.16
go-version: 1.17

- name: Setup gotestsum
uses: autero1/action-gotestsum@v1.0.0
Expand All @@ -45,4 +44,4 @@ jobs:
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
with:
args: --timeout=5m
args: --timeout=5m

0 comments on commit f55deed

Please sign in to comment.