Skip to content

Bump golangci/golangci-lint-action from 6.3.1 to 6.4.0 (#495) #654

Bump golangci/golangci-lint-action from 6.3.1 to 6.4.0 (#495)

Bump golangci/golangci-lint-action from 6.3.1 to 6.4.0 (#495) #654

Workflow file for this run

---
on:
pull_request: {}
push:
branches:
- "main"
tags:
- "v*"
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
check-latest: true
- run: "go build ./..."
lint:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true
- uses: "golangci/[email protected]"
with:
skip-pkg-cache: true