Skip to content

chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#105) #177

chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#105)

chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#105) #177

Workflow file for this run

on:
push:
branches: [main]
tags: [v*]
pull_request:
name: Linters
permissions:
# Required: allow read access to the content for analysis.
contents: read
pull-requests: read
# Allow write access to checks to allow the action to annotate code in the PR.
checks: write
jobs:
lint:
name: Golang CI Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Install testifylint
run: go install github.com/Antonboom/[email protected]
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60