Skip to content

Commit

Permalink
trying to fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
stremovsky committed Apr 28, 2024
1 parent 632898f commit 21e0d2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21e0d2a

Please sign in to comment.