Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Bump golang.org/x/crypto from 0.14.0 to 0.35.0 #152

Bump golang.org/x/crypto from 0.14.0 to 0.35.0

Bump golang.org/x/crypto from 0.14.0 to 0.35.0 #152

Workflow file for this run

name: tests
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
push:
workflow_call:
permissions:
contents: read
pull-requests: read
jobs:
golangci-lint:
strategy:
matrix:
os: [ubuntu-latest, macos-12]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: ./go.mod
cache: false # use golangci cache instead
- name: golangci-lint
uses: golangci/[email protected]
with:
args: --timeout=10m