Skip to content

build(deps): Bump golang.org/x/crypto from 0.30.0 to 0.31.0 in the go_modules group #5

build(deps): Bump golang.org/x/crypto from 0.30.0 to 0.31.0 in the go_modules group

build(deps): Bump golang.org/x/crypto from 0.30.0 to 0.31.0 in the go_modules group #5

Workflow file for this run

###########################################################
# Copyright (C) 2022 IOTech Ltd
###########################################################
name: code-analysis
on:
# Trigger the workflow on pull request,
# but only for the v[0-9]+.[0-9]+-branch (e.g. v2.0-branch)
pull_request:
# By default, a pull_request's activity type is opened, synchronize, or reopened
branches:
- v[0-9]+.[0-9]+-branch
- master
jobs:
call-go-lint:
uses: IOTechSystems/github-action-workflow/.github/workflows/reusable-golangci-lint.yml@main
with:
GO_LINT_CONFIG_PATH: .golangci.yml