Skip to content

chore(deps): update module github.com/go-asn1-ber/asn1-ber to v1.5.7 #3

chore(deps): update module github.com/go-asn1-ber/asn1-ber to v1.5.7

chore(deps): update module github.com/go-asn1-ber/asn1-ber to v1.5.7 #3

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.23'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
- name: Build
run: make commit