Skip to content

build(deps): bump github.com/google/uuid from 1.3.0 to 1.4.0 #173

build(deps): bump github.com/google/uuid from 1.3.0 to 1.4.0

build(deps): bump github.com/google/uuid from 1.3.0 to 1.4.0 #173

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
golangci:
name: golangci-lint
concurrency:
group: lint-golangci-${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.0