From 21e0d2a440e97f68da8768bcc229f516bec21375 Mon Sep 17 00:00:00 2001 From: Yuli Date: Sun, 28 Apr 2024 10:19:24 +0300 Subject: [PATCH] trying to fix pipeline --- .github/workflows/cy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cy.yml b/.github/workflows/cy.yml index 0a08aa72..c82b1930 100644 --- a/.github/workflows/cy.yml +++ b/.github/workflows/cy.yml @@ -8,9 +8,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 + with: + go-version: '1.20' - name: Run golint run: | + go version sudo apt install -y golint cd src golint