Skip to content

Updated packages (crypto, net, sys, text). #187

Updated packages (crypto, net, sys, text).

Updated packages (crypto, net, sys, text). #187

Workflow file for this run

name: Testing
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.1
- name: Lint
run: make lint
- name: Test
run: make test