diff options
author | Valery Piashchynski <[email protected]> | 2022-03-24 15:52:33 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-03-24 15:52:33 +0100 |
commit | 17eb0fed49d15ffe17219f749f845963674068bf (patch) | |
tree | 2a15077ac6e017a190baa16f15be5a097822ef04 | |
parent | 5c20f28797a2141013d9424c95c330387395c52d (diff) |
downgrade go version for the linters
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | .github/workflows/tests.yml | 2 |
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] |