Skip to content

chore(deps): bump github.com/elliotwms/fakediscord from 0.16.7 to 0.16.8 #217

chore(deps): bump github.com/elliotwms/fakediscord from 0.16.7 to 0.16.8

chore(deps): bump github.com/elliotwms/fakediscord from 0.16.7 to 0.16.8 #217

Workflow file for this run

name: Test
on:
pull_request:
branches: [ master ]
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker compose up
run: docker compose up -d
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
- name: Docker logs
if: failure()
run: docker compose logs
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest