Skip to content

Updates to slog to make it the default feature-full logger #353

Updates to slog to make it the default feature-full logger

Updates to slog to make it the default feature-full logger #353

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
jobs:
Lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 3m