Skip to content

build(deps): bump github.com/gorilla/schema from 1.3.0 to 1.4.1 in th… #895

build(deps): bump github.com/gorilla/schema from 1.3.0 to 1.4.1 in th…

build(deps): bump github.com/gorilla/schema from 1.3.0 to 1.4.1 in th… #895

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
# https://docs.github.com/en/actions/using-github-hosted-runners
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: Build
run: go build -ldflags "-s -w" .
- uses: actions/upload-artifact@v4
if: ${{ github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
with:
name: discordo_${{ runner.os }}_${{ runner.arch }}
path: |
discordo
discordo.exe