Skip to content

actually set replicaCount #29

actually set replicaCount

actually set replicaCount #29

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
- master
pull_request:
permissions:
contents: read
env:
GOGC: 50
jobs:
golangci:
name: lint
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: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.64.5
args: --timeout=30m