Skip to content

Remove dead imports from os_test.go #6

Remove dead imports from os_test.go

Remove dead imports from os_test.go #6

Workflow file for this run

name: main
on: [push, pull_request]
jobs:
test:
env:
LATEST_GO: 1.19.x # version used for release
strategy:
matrix:
go: [ 1.19.x ]
os: [ ubuntu-latest ]
name: ${{ matrix.os }}/go${{ matrix.go }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: make test