diff options
-rw-r--r-- | .github/workflows/tests.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1a257311..940092e4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,12 +40,12 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 # action page: <https://github.com/actions/setup-go> with: - go-version: 1.18 + go-version: 1.17 - name: Run linter uses: golangci/[email protected] with: - version: v1.45 # without patch version + version: v1.44 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --build-tags=safe --timeout=10m |