Skip to content

Bump github.com/BurntSushi/toml from 1.2.1 to 1.3.2 #128

Bump github.com/BurntSushi/toml from 1.2.1 to 1.3.2

Bump github.com/BurntSushi/toml from 1.2.1 to 1.3.2 #128

Workflow file for this run

---
name: Build Dev Artifact
on:
push:
branches:
- 'master'
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- run: make dev
- uses: actions/upload-artifact@v3
with:
name: linux_x64
path: ${{ github.workspace }}/bin/noisetorch