Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Update module gorm.io/driver/postgres to v1.5.9 #315

Update module gorm.io/driver/postgres to v1.5.9

Update module gorm.io/driver/postgres to v1.5.9 #315

Workflow file for this run

name: build
on: push
jobs:
go-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.16.1'
- run: go build cmd/main.go