summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-03-24 15:52:33 +0100
committerValery Piashchynski <[email protected]>2022-03-24 15:52:33 +0100
commit17eb0fed49d15ffe17219f749f845963674068bf (patch)
tree2a15077ac6e017a190baa16f15be5a097822ef04
parent5c20f28797a2141013d9424c95c330387395c52d (diff)
downgrade go version for the linters
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 1a257311..1bf7eae8 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -40,7 +40,7 @@ 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]