From 4e09e7dfd212cc2a84ee1f8865baff218c69c938 Mon Sep 17 00:00:00 2001 From: bbrodriges Date: Tue, 17 Oct 2023 13:54:58 +0300 Subject: [PATCH] Update statictest.yml --- .github/workflows/statictest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/statictest.yml b/.github/workflows/statictest.yml index 82855ad84..04ed77a6a 100644 --- a/.github/workflows/statictest.yml +++ b/.github/workflows/statictest.yml @@ -12,7 +12,7 @@ jobs: statictest: runs-on: ubuntu-latest - container: golang:1.19 + container: golang:1.21 steps: - name: Checkout code uses: actions/checkout@v2 @@ -21,7 +21,7 @@ jobs: uses: robinraju/release-downloader@v1 with: repository: Yandex-Practicum/go-autotests-bin - latest: true + tag: "v0.9.16" fileName: statictest out-file-path: .tools