summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-03-24 16:28:39 +0100
committerGitHub <[email protected]>2022-03-24 16:28:39 +0100
commitde7b748278b9b626aa1dcf608b916a2b4e342f9b (patch)
tree265afd4e9a1f45182bdb0f2059837a9fe9f184ef
parent5c20f28797a2141013d9424c95c330387395c52d (diff)
parent1269394e59588009a54908f8bf6d52d2d7b328b1 (diff)
[#1073]: linters: use go 1.17v2.8.7
-rw-r--r--.github/workflows/tests.yml4
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