Skip to content

build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 #3095

build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0

build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 #3095

Workflow file for this run

name: checks
on:
push:
branches:
- main
pull_request:
jobs:
gofmt:
name: go fmt
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: "1.21"
- uses: Jerome1337/[email protected]
govet:
name: go vet
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: "1.21"
- run: |
go vet ./...
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: "1.21"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
only-new-issues: true
args: --enable gci,bodyclose,forcetypeassert,misspell --timeout=5m
gotest:
name: go test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: "1.21"
- run: |
go test ./...