Skip to content

chore(deps): Update actions/setup-go action to v6 #777

chore(deps): Update actions/setup-go action to v6

chore(deps): Update actions/setup-go action to v6 #777

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci:
name: Lint with GolangCI
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.5.0