Skip to content

Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#51) #40

Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#51)

Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#51) #40

Workflow file for this run

name: Run Go Tests
on:
push:
branches:
- 'master'
- 'feature/**'
- 'bugfix/**'
- 'improvement/**'
jobs:
test:
runs-on: ubuntu-latest
env:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.0'
- name: Run Tests
run: go test ./testing -v -count 1