Skip to content

Bump github.com/go-playground/webhooks/v6 from 6.1.0 to 6.2.0 #209

Bump github.com/go-playground/webhooks/v6 from 6.1.0 to 6.2.0

Bump github.com/go-playground/webhooks/v6 from 6.1.0 to 6.2.0 #209

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Build
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: build --snapshot --clean
- name: Test
run: go test -v ./...