Skip to content

Bump github.com/snowflakedb/gosnowflake from 1.6.22 to 1.6.23 #2166

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

Bump github.com/snowflakedb/gosnowflake from 1.6.22 to 1.6.23 #2166

Workflow file for this run

on: push
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
target:
- check-mod
- lint-ci
- test-ci
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Install dependencies
run: make setup
- name: make ${{ matrix.target }}
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make ${{ matrix.target }}