Skip to content

Fix linting error from Go 1.24 #55

Fix linting error from Go 1.24

Fix linting error from Go 1.24 #55

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
env:
GO111MODULE: off
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.24.x
- name: test
run: make test