Skip to content

build(deps): bump golang.org/x/crypto from 0.33.0 to 0.52.0 (#47) #91

build(deps): bump golang.org/x/crypto from 0.33.0 to 0.52.0 (#47)

build(deps): bump golang.org/x/crypto from 0.33.0 to 0.52.0 (#47) #91

name: build_and_unit_test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened, edited, ready_for_review ]
jobs:
build_and_unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.25"
- name: Build
run: make
- name: Unit Test
run: make unit