Skip to content

Bump github.com/disgoorg/disgo from 0.16.11 to 0.17.0 #39

Bump github.com/disgoorg/disgo from 0.16.11 to 0.17.0

Bump github.com/disgoorg/disgo from 0.16.11 to 0.17.0 #39

Workflow file for this run

name: Go
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.0'
- name: Build
run: go build -v ./...