Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

chore(deps): bump goreleaser/goreleaser-action from 5 to 6 #190

chore(deps): bump goreleaser/goreleaser-action from 5 to 6

chore(deps): bump goreleaser/goreleaser-action from 5 to 6 #190

Workflow file for this run

name: GolangCI-Lint
on:
pull_request:
push:
branches:
- 'main'
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v6
with:
version: latest