Skip to content

chore(deps): bump github.com/google/uuid from 1.3.1 to 1.5.0 (#108) #209

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

chore(deps): bump github.com/google/uuid from 1.3.1 to 1.5.0 (#108) #209

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
if: github.event.pull_request.draft == false
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
version: latest