ci: Fixup

This commit is contained in:
fox.cpp 2025-01-24 22:18:06 +03:00
parent 7ad6925c0d
commit f9d49170af
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0

View file

@ -21,6 +21,10 @@ jobs:
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
- name: "Install libpam"
run: |
sudo apt-get update
sudo apt-get install -y libpam-dev
- uses: golangci/golangci-lint-action@v6 - uses: golangci/golangci-lint-action@v6
with: with:
version: v1.60 version: v1.60