Skip to content

Bump github.com/emersion/go-smtp from 0.21.2 to 0.21.3 (#23) #79

Bump github.com/emersion/go-smtp from 0.21.2 to 0.21.3 (#23)

Bump github.com/emersion/go-smtp from 0.21.2 to 0.21.3 (#23) #79

Workflow file for this run

name: CI workflow
on: [push, pull_request]
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
- name: Build x-delay and other tools
run: go build -v ./...
- name: Test x-delay codebase
run: go test -v ./...