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

Bump golang.org/x/crypto from 0.31.0 to 0.35.0 #22

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

Bump golang.org/x/crypto from 0.31.0 to 0.35.0 #22

Workflow file for this run

name: lint
on:
push:
permissions:
contents: read
jobs:
golangci:
name: golines lint
# we need ubuntu 20.04 because golines needs
# to run on hosts with older glibc versions
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
cache: false
- name: run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
install-mode: binary
skip-cache: true