Skip to content

removal of deprecated functions in test file #41

removal of deprecated functions in test file

removal of deprecated functions in test file #41

Workflow file for this run

name: Go Lint
on: [push, pull_request]
jobs:
test:
name: Lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.17
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest