Skip to content

Bump github.com/loopholelabs/logging from 0.3.0 to 0.3.1 #18

Bump github.com/loopholelabs/logging from 0.3.0 to 0.3.1

Bump github.com/loopholelabs/logging from 0.3.0 to 0.3.1 #18

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
golang:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Golang
uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest