Skip to content

Bump github.com/google/uuid from 1.4.0 to 1.6.0 #95

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

Bump github.com/google/uuid from 1.4.0 to 1.6.0 #95

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.23.1']
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Display Go version
run: go version
- name: Build
run: make build