Skip to content

Build(deps): Bump golang.org/x/crypto from 0.41.0 to 0.42.0 (#124) #189

Build(deps): Bump golang.org/x/crypto from 0.41.0 to 0.42.0 (#124)

Build(deps): Bump golang.org/x/crypto from 0.41.0 to 0.42.0 (#124) #189

Workflow file for this run

# This file was copied from the following URL and modified:
# https://github.com/golangci/golangci-lint-action/blob/master/README.md#how-to-use
name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: 1.24.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v8