Skip to content

build(deps): bump github.com/ProtonMail/go-crypto from 1.1.0-alpha.3-proton to 1.1.0-alpha.4-proton #844

build(deps): bump github.com/ProtonMail/go-crypto from 1.1.0-alpha.3-proton to 1.1.0-alpha.4-proton

build(deps): bump github.com/ProtonMail/go-crypto from 1.1.0-alpha.3-proton to 1.1.0-alpha.4-proton #844

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
strategy:
matrix:
go-version: [1.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout 3m --verbose