Skip to content

Bump github.com/snowflakedb/gosnowflake from 1.4.1 to 1.6.22 #101

Bump github.com/snowflakedb/gosnowflake from 1.4.1 to 1.6.22

Bump github.com/snowflakedb/gosnowflake from 1.4.1 to 1.6.22 #101

Workflow file for this run

# Run unit tests that don't require secrets on any branch/fork pull request
on:
pull_request:
name: Unit tests
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
target:
- check-docs
- test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15.5'
- name: Install dependencies
run: make setup
- name: make ${{ matrix.target }}
run: make ${{ matrix.target }}