Skip to content

build(deps): bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.2 … #271

build(deps): bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.2 …

build(deps): bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.2 … #271

Workflow file for this run

name: Addlicense
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Addlicense
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go: [ '1.22' ]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- run: go install github.com/google/addlicense@v1.1.1
- name: Addlicense
run: make addlicense-check