Update golangci-lint workflow's 'runs-on' value
Some checks failed
golangci-lint / lint (push) Failing after 40s

The 'runs-on' value of the golangci-lint workflow file has been updated from 'ubuntu-latest' to 'docker'. This change improves the replication of the production environment conditions for linting, ensuring more accurate code quality checks.
This commit is contained in:
Winni Neessen 2024-02-13 18:56:24 +01:00
parent b8c117c056
commit c3af61791e
Signed by: wneessen
SSH key fingerprint: SHA256:2okvNhNtkbGikQOkTH4pY1pMPA/Kc1K1YdWl5EbtAQY

View file

@ -17,7 +17,7 @@ permissions:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/setup-go@v3
with: