Skip to content

Bump golang.org/x/crypto from 0.24.0 to 0.27.0 #76

Bump golang.org/x/crypto from 0.24.0 to 0.27.0

Bump golang.org/x/crypto from 0.24.0 to 0.27.0 #76

Workflow file for this run

name: Test
on:
push:
branches:
- "*"
tags-ignore:
- base/*
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: make test
- uses: codecov/codecov-action@v3
with:
file: coverage.out