Skip to content

Commit

Permalink
Adjust builds
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Aug 24, 2024
1 parent 5cad77c commit 2f7e2b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: stable

- name: Install Ubuntu dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt install libpam0g-dev

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
run:
timeout: 20m
build-tags:
- without-pam
- without-yescrypt

linters:
enable:
Expand Down

0 comments on commit 2f7e2b0

Please sign in to comment.