Skip to content

chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 #197

chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0

chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 #197

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Install Go
uses: buildjet/setup-go@v5
with:
go-version: 1.22.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 5m0s --verbose