Skip to content

Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group across 1 directory #11

Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group across 1 directory

Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group across 1 directory #11

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
golang:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Golang
uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest