Skip to content

chore(go): bump golang.org/x/crypto from 0.32.0 to 0.35.0 #884

chore(go): bump golang.org/x/crypto from 0.32.0 to 0.35.0

chore(go): bump golang.org/x/crypto from 0.32.0 to 0.35.0 #884

Workflow file for this run

name: Code Coverage Report
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: "1.23.6"
- name: Run tests
run: make test
- name: Codecov
uses: codecov/codecov-action@v5