Skip to content

chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 #648

chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0

chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 #648

Workflow file for this run

name: Test
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: stable
- name: Run Tests
run: go test -v ./...