Skip to content

build(deps): bump github.com/emersion/go-smtp from 0.16.0 to 0.17.0 #345

build(deps): bump github.com/emersion/go-smtp from 0.16.0 to 0.17.0

build(deps): bump github.com/emersion/go-smtp from 0.16.0 to 0.17.0 #345

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
unit-tests:
name: Run unit tests
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: '1.20'
check-latest: true
cache: true
- name: Run Go tests
run: make test