Skip to content

Bump gorm.io/driver/sqlserver from 1.3.2 to 1.4.3 #84

Bump gorm.io/driver/sqlserver from 1.3.2 to 1.4.3

Bump gorm.io/driver/sqlserver from 1.3.2 to 1.4.3 #84

Workflow file for this run

name: Lint
on:
pull_request:
push:
tags:
- v*
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.46.1