Skip to content

chore(deps): bump github.com/snowflakedb/gosnowflake from 1.6.18 to 1.6.19 #323

chore(deps): bump github.com/snowflakedb/gosnowflake from 1.6.18 to 1.6.19

chore(deps): bump github.com/snowflakedb/gosnowflake from 1.6.18 to 1.6.19 #323

Workflow file for this run

name: test-pipeline
on:
pull_request:
branches:
- "**"
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Install tools
run: make install-ci
- name: Run unit tests and lint
run: make test-and-lint