Skip to content

chore(deps): bump github.com/emersion/go-smtp from 0.21.3 to 0.22.0 #691

chore(deps): bump github.com/emersion/go-smtp from 0.21.3 to 0.22.0

chore(deps): bump github.com/emersion/go-smtp from 0.21.3 to 0.22.0 #691

Workflow file for this run

name: Build
on:
pull_request:
permissions:
contents: read
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
- name: Set up Go 1.x
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
with:
go-version-file: go.mod
- name: build
run: make build
- name: build-scanner
run: make build-scanner
- name: build-trivy-to-vuls
run: make build-trivy-to-vuls
- name: build-future-vuls
run: make build-future-vuls
- name: build-snmp2cpe
run: make build-snmp2cpe