Skip to content

Bump github.com/mattn/go-mastodon from 0.0.6 to 0.0.8 #193

Bump github.com/mattn/go-mastodon from 0.0.6 to 0.0.8

Bump github.com/mattn/go-mastodon from 0.0.6 to 0.0.8 #193

Workflow file for this run

name: build-prs
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go 1.20
uses: actions/setup-go@v3
with:
go-version: "1.20"
check-latest: true
cache: true
- name: build binary
env:
GOAMD64: v3
run: go build -ldflags="-s -w" -o bin/dataset-tweeter main.go
- name: Execute notifier
run: ./bin/dataset-tweeter