Skip to content

build(deps): bump golang.org/x/crypto from 0.26.0 to 0.28.0 #38

build(deps): bump golang.org/x/crypto from 0.26.0 to 0.28.0

build(deps): bump golang.org/x/crypto from 0.26.0 to 0.28.0 #38

Workflow file for this run

name: Lint & test
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: Install Make
run: sudo apt-get install make
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: "v1.55"
- name: Run make testacc
run: make testacc