Skip to content

GH-44 implement driver.Valuer and sql.Scanner for Amount and Currency… #130

GH-44 implement driver.Valuer and sql.Scanner for Amount and Currency…

GH-44 implement driver.Valuer and sql.Scanner for Amount and Currency… #130

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.19', '1.20', '1.21', '1.22' ]
name: Running Tests on Go ${{ matrix.go }}
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test -v -race ./...