Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Bump github.com/google/uuid from 1.3.0 to 1.5.0 #93

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

Bump github.com/google/uuid from 1.3.0 to 1.5.0 #93

Workflow file for this run

name: test
on: [pull_request]
jobs:
gotest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.18
- run: go test ./...