Skip to content

Bump golang.org/x/vuln from 1.0.0 to 1.0.1 #55

Bump golang.org/x/vuln from 1.0.0 to 1.0.1

Bump golang.org/x/vuln from 1.0.0 to 1.0.1 #55

Workflow file for this run

name: Static Analysis
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: Golang
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --config .github/golangci.yml