Skip to content

Bump golang.org/x/crypto from 0.47.0 to 0.50.0 #92

Bump golang.org/x/crypto from 0.47.0 to 0.50.0

Bump golang.org/x/crypto from 0.47.0 to 0.50.0 #92

Workflow file for this run

name: Lint
on:
push:
branches:
- "*"
tags-ignore:
- base/*
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
- name: Checkout code
uses: actions/checkout@v6
- name: Run linter
uses: golangci/golangci-lint-action@v9
with:
version: v2.8
skip-cache: true