Skip to content

[DO-NOT-MERGE-YET] feat(detector/vuls2): SUSE by vuls2 #3924

[DO-NOT-MERGE-YET] feat(detector/vuls2): SUSE by vuls2

[DO-NOT-MERGE-YET] feat(detector/vuls2): SUSE by vuls2 #3924

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
- name: Set up Go 1.x
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20
with:
version: v2.5.0
env:
GOEXPERIMENT: jsonv2