Skip to content

build(deps): bump gorm.io/gorm from 1.25.9 to 1.25.10 #262

build(deps): bump gorm.io/gorm from 1.25.9 to 1.25.10

build(deps): bump gorm.io/gorm from 1.25.9 to 1.25.10 #262

Workflow file for this run

name: Go
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...