Skip to content

Bump github.com/gofrs/uuid/v5 from 5.3.2 to 5.4.0 #91

Bump github.com/gofrs/uuid/v5 from 5.3.2 to 5.4.0

Bump github.com/gofrs/uuid/v5 from 5.3.2 to 5.4.0 #91

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Run unit tests
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version:
- "1"
steps:
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- name: Run unit tests
run: go test -v ./...