Skip to content

Bump github.com/google/uuid from 1.4.0 to 1.6.0 (#120) #166

Bump github.com/google/uuid from 1.4.0 to 1.6.0 (#120)

Bump github.com/google/uuid from 1.4.0 to 1.6.0 (#120) #166

Workflow file for this run

name: golangci-lint
on:
push:
tags: [ "v*" ]
branches: [ master ]
pull_request:
branches: [ "*" ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
stable: true
go-version: 1.17.x
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
args: --timeout=5m