Skip to content

Bump github.com/google/uuid from 1.4.0 to 1.5.0 #451

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

Bump github.com/google/uuid from 1.4.0 to 1.5.0 #451

Workflow file for this run

---
name: CI
on: # yamllint disable-line rule:truthy
workflow_dispatch: {}
pull_request:
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
test:
name: Test
uses: ./.github/workflows/test.yml
needs: build