Skip to content

Bump github.com/google/uuid from 1.3.0 to 1.4.0 #196

Bump github.com/google/uuid from 1.3.0 to 1.4.0

Bump github.com/google/uuid from 1.3.0 to 1.4.0 #196

Workflow file for this run

on: [push, pull_request]
name: Linter
jobs:
Golint:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v3
- name: Run Golint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--tests=false"