Skip to content

Bump github.com/noborus/trdsql from 0.13.0 to 0.20.0 #83

Bump github.com/noborus/trdsql from 0.13.0 to 0.20.0

Bump github.com/noborus/trdsql from 0.13.0 to 0.20.0 #83

Workflow file for this run

name: Go
on: [push]
jobs:
build:
strategy:
matrix:
go-version: ['stable', 'oldstable']
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Build
run: make
- name: test
run: make test