Skip to content

Bump github.com/mattevans/postmark-go from 0.1.6 to 1.0.0 #35

Bump github.com/mattevans/postmark-go from 0.1.6 to 1.0.0

Bump github.com/mattevans/postmark-go from 0.1.6 to 1.0.0 #35

Workflow file for this run

name: Test
on:
pull_request:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
check-latest: true
cache: true
- name: Test
run: go test -v ./...