Skip to content

Bump github.com/golangci/golangci-lint from 1.53.2 to 1.53.3 #476

Bump github.com/golangci/golangci-lint from 1.53.2 to 1.53.3

Bump github.com/golangci/golangci-lint from 1.53.2 to 1.53.3 #476

Workflow file for this run

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