Skip to content

Revocation Checker #367

Revocation Checker

Revocation Checker #367

name: Revocation Checker
on:
push:
branches: [ "main" ]
schedule:
- cron: "0 0 * * *"
permissions:
contents: read
jobs:
checker:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version: '1.25'
- name: Build
run: go build -v ./...
- name: Run
run: |
wget --quiet https://raw.githubusercontent.com/FiloSottile/intermediates/refs/heads/main/intermediates.pem
./Gocrl -check=false
./Gocrl -update=false