Skip to content

Commit f55deed

Browse files
committed
fix CI by closing #59
1 parent 39bed99 commit f55deed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
# Due to https://github.com/go-openapi/swag/issues/59
22-
go-version: 1.16
21+
go-version: 1.17
2322

2423
- name: Setup gotestsum
2524
uses: autero1/[email protected]
@@ -45,4 +44,4 @@ jobs:
4544
- uses: actions/checkout@v2
4645
- uses: golangci/golangci-lint-action@v2
4746
with:
48-
args: --timeout=5m
47+
args: --timeout=5m

0 commit comments

Comments
 (0)