Skip to content

build(deps): bump github.com/google/uuid from 1.3.0 to 1.6.0 (#9) #24

build(deps): bump github.com/google/uuid from 1.3.0 to 1.6.0 (#9)

build(deps): bump github.com/google/uuid from 1.3.0 to 1.6.0 (#9) #24

Workflow file for this run

name: Run Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.19' ]
steps:
- uses: actions/checkout@v3
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
- name: Run benchmark
run: go test -bench=.