Skip to content

Bump github.com/google/uuid from 1.3.0 to 1.3.1 #73

Bump github.com/google/uuid from 1.3.0 to 1.3.1

Bump github.com/google/uuid from 1.3.0 to 1.3.1 #73

Workflow file for this run

name: Build and test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '^1.20.1'
- name: Build
run: go build -v ./cmd/gobble
- name: Test
run: go test -v ./...