Skip to content

Bump github.com/letsencrypt/boulder from 0.20260420.0 to 0.20260428.0 #391

Bump github.com/letsencrypt/boulder from 0.20260420.0 to 0.20260428.0

Bump github.com/letsencrypt/boulder from 0.20260420.0 to 0.20260428.0 #391

Workflow file for this run

name: Go Tests
on:
push:
branches:
- main
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...