Skip to content

.github: Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#73) #122

.github: Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#73)

.github: Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#73) #122

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
env:
conn: ${{ secrets.SQL_SERVER_CONNECTION }}
run: make test