Skip to content

Bump github.com/google/uuid from 1.3.0 to 1.3.1 #911

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

Bump github.com/google/uuid from 1.3.0 to 1.3.1 #911

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.3