Skip to content

chore(deps): update golangci/golangci-lint-action action to v6 #1182

chore(deps): update golangci/golangci-lint-action action to v6

chore(deps): update golangci/golangci-lint-action action to v6 #1182

Workflow file for this run

name: lint and test
on: [pull_request, push]
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --config .golangci.yml --timeout 2m
version: v1.55.2
- name: Test
run: go test ./...
with:

Check failure on line 24 in .github/workflows/push-pr-lint.yaml

View workflow run for this annotation

GitHub Actions / lint and test

Invalid workflow file

The workflow is not valid. .github/workflows/push-pr-lint.yaml (Line: 24, Col: 7): Unexpected value 'with'
args: -tags testtools
build:
runs-on: ubuntu-latest
needs: [lint-test]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod