Skip to content

Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#355) #755

Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#355)

Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#355) #755

Workflow file for this run

name: golangci-lint
on:
push:
branches: main
paths-ignore:
- "README.md"
- "docs/**"
pull_request:
branches: main
paths-ignore:
- "README.md"
- "docs/**"
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- name: lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=5m