Skip to content

Bump gorm.io/driver/postgres from 1.1.1 to 1.5.2 #35

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

Bump gorm.io/driver/postgres from 1.1.1 to 1.5.2 #35

Workflow file for this run

name: golangci-lint
on:
push:
paths:
- "go.sum"
- "go.mod"
- "**.go"
- ".github/workflows/golangci-lint.yml"
pull_request:
paths:
- "go.sum"
- "go.mod"
- "**.go"
- ".github/workflows/golangci-lint.yml"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.42.0