Skip to content

Bump github.com/google/uuid from 1.3.0 to 1.6.0 #99

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

Bump github.com/google/uuid from 1.3.0 to 1.6.0 #99

Workflow file for this run

name: Deploy
on: [push, pull_request]
jobs:
testAndLint:
runs-on: ubuntu-latest
name: Tests and Lint
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: 1.16.2
- run: go test -race -cover ./...
# - name: lint
# uses: golangci/[email protected]
# with:
# version: latest
# skip-build-cache: true
# skip-pkg-cache: true