Skip to content

chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#222) #38

chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#222)

chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#222) #38

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests-sqlite:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.18.x
- run: go test -race ./...
env:
DATABASE_DSN: "file:/tmp/test.db"