Skip to content

Bump github.com/wneessen/go-mail from 0.7.0 to 0.7.1 #99

Bump github.com/wneessen/go-mail from 0.7.0 to 0.7.1

Bump github.com/wneessen/go-mail from 0.7.0 to 0.7.1 #99

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run tests
run: go test -race -mod=readonly ./...