Skip to content

tmpDir changed from hardcoded to crossplatform os.TempDir() #28

tmpDir changed from hardcoded to crossplatform os.TempDir()

tmpDir changed from hardcoded to crossplatform os.TempDir() #28

Workflow file for this run

on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build
run: go build .