Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

chore(deps): bump github.com/nbd-wtf/go-nostr from 0.24.2 to 0.27.2 #327

chore(deps): bump github.com/nbd-wtf/go-nostr from 0.24.2 to 0.27.2

chore(deps): bump github.com/nbd-wtf/go-nostr from 0.24.2 to 0.27.2 #327

Workflow file for this run

name: CI Dive Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build image
run: docker build . -t rsslay:temp
- name: Dive
run: docker run -e CI=true -e DOCKER_API_VERSION=1.37 --rm -v /var/run/docker.sock:/var/run/docker.sock --mount type=bind,source=/home/runner/work/rsslay/rsslay/.dive-ci.yml,target=/.dive-ci wagoodman/dive:latest rsslay:temp --ci-config /.dive-ci