Skip to content

chore(deps): bump the go-modules group with 2 updates #42

chore(deps): bump the go-modules group with 2 updates

chore(deps): bump the go-modules group with 2 updates #42

Workflow file for this run

name: Lint gvmd-lite
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Run golangci-lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.10
install-mode: goinstall
args: --timeout=5m