From f55deed90c3b563ee8dd3b7f68fed3e0104fc023 Mon Sep 17 00:00:00 2001 From: Ivan Porto Carrero Date: Tue, 1 Feb 2022 00:18:50 -0800 Subject: [PATCH] fix CI by closing #59 --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fc065ee..f243a50 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -45,4 +44,4 @@ jobs: - uses: actions/checkout@v2 - uses: golangci/golangci-lint-action@v2 with: - args: --timeout=5m \ No newline at end of file + args: --timeout=5m