Skip to content

Bump golang.org/x/crypto from 0.42.0 to 0.45.0 #108

Bump golang.org/x/crypto from 0.42.0 to 0.45.0

Bump golang.org/x/crypto from 0.42.0 to 0.45.0 #108

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Install golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: latest
args: --disable errcheck
- name: Run tests
run: go test -race -mod=readonly ./...