From 59c4d2022c0efceee5df71e175311b1ba0a1a056 Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Sun, 29 Jan 2023 15:39:49 +0400 Subject: [PATCH] ci: workflow files have been updated --- .github/workflows/tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e41cd5a..d14274b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,11 @@ jobs: # Docs: steps: - uses: actions/checkout@v3 - - uses: golangci/golangci-lint-action@v3 # Action page: + - uses: gacts/setup-go-with-cache@v1 + with: {go-version: 1.19} + + - uses: golangci/golangci-lint-action@v3 + with: {skip-pkg-cache: true, skip-build-cache: true} validate-config-file: name: Validate config file