Skip to content

Bump github.com/disgoorg/disgo from 0.17.1 to 0.17.2 #42

Bump github.com/disgoorg/disgo from 0.17.1 to 0.17.2

Bump github.com/disgoorg/disgo from 0.17.1 to 0.17.2 #42

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@v5
with:
go-version: '1.21.0'
- name: Build
run: go build -v ./...