Skip to content

Remove deprecated ioutil and unused function #107

Remove deprecated ioutil and unused function

Remove deprecated ioutil and unused function #107

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Golang Environment
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Build
run: go build -v .