Skip to content

Bump golang.org/x/crypto from 0.12.0 to 0.13.0 #133

Bump golang.org/x/crypto from 0.12.0 to 0.13.0

Bump golang.org/x/crypto from 0.12.0 to 0.13.0 #133

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