Skip to content

Bump goauthentik.io/api/v3 from 3.2025024.8 to 3.2025024.9 #232

Bump goauthentik.io/api/v3 from 3.2025024.8 to 3.2025024.9

Bump goauthentik.io/api/v3 from 3.2025024.8 to 3.2025024.9 #232

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Install libraries
run: sudo apt-get update && sudo apt-get install -y libpam0g-dev
- uses: golangci/golangci-lint-action@v7
with:
args: --timeout 5000s