mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 18:18:43 +00:00
trying to fix pipeline
This commit is contained in:
6
.github/workflows/cy.yml
vendored
6
.github/workflows/cy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user