Skip to content

bump timeout on lint #37

bump timeout on lint

bump timeout on lint #37

Workflow file for this run

name: Go
on: [push]
env:
GOGC: 50
jobs:
build:
runs-on: arc-runner-set-ns
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./...