Skip to content

fix(deps): update module github.com/kairos-io/kcrypt to v0.13.0 #193

fix(deps): update module github.com/kairos-io/kcrypt to v0.13.0

fix(deps): update module github.com/kairos-io/kcrypt to v0.13.0 #193

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
concurrency:
group: ci-lint-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
permissions:
# Required: allow read access to the content for analysis.
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/[email protected]
with:
go-version-file: go.mod
- name: Golangci-lint
uses: golangci/[email protected]
with:
version: latest
only-new-issues: true