Skip to content

Update module github.com/jellydator/ttlcache/v3 to v3.3.0 - autoclosed #997

Update module github.com/jellydator/ttlcache/v3 to v3.3.0 - autoclosed

Update module github.com/jellydator/ttlcache/v3 to v3.3.0 - autoclosed #997

Workflow file for this run

name: Golangci-lint
# golangci-lint is a fast Go linters runner. It runs linters in parallel,
# uses caching, supports yaml config, has integrations with all major IDE and
# has dozens of linters included.
# see: https://github.com/golangci/golangci-lint-action
on:
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != 'main' }}
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.22" # The Go version to download (if necessary) and use.
check-latest: true
- run: go version
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=5m