Skip to content

Bump github.com/pborman/uuid from 0.0.0-20160216163710-c55201b03606 to 1.2.1 #39

Bump github.com/pborman/uuid from 0.0.0-20160216163710-c55201b03606 to 1.2.1

Bump github.com/pborman/uuid from 0.0.0-20160216163710-c55201b03606 to 1.2.1 #39

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "**"
push:
branches:
- master
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.22.1
- run: go build
- run: go test ./...