Skip to content

Bump gorm.io/driver/postgres from 1.3.8 to 1.5.2 #97

Bump gorm.io/driver/postgres from 1.3.8 to 1.5.2

Bump gorm.io/driver/postgres from 1.3.8 to 1.5.2 #97

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