Skip to content

chore(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0 in the minor… #9225

chore(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0 in the minor…

chore(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0 in the minor… #9225

name: ci-ristretto-lint
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"
jobs:
go-lint:
if: github.event.pull_request.draft == false
name: lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golang-lint
env:
# prevent OOM
GOGC: 10
uses: golangci/golangci-lint-action@v6
with:
version: latest
only-new-issues: true
args: --timeout=10m