Skip to content

Bump golang.org/x/crypto from 0.37.0 to 0.45.0 #231

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

Bump golang.org/x/crypto from 0.37.0 to 0.45.0 #231

Workflow file for this run

name: go
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: 1.23.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: 1.23.x
- run: make test