Skip to content

Bump Templum/govulncheck-action from 0.10.1 to 1.0.0 #343

Bump Templum/govulncheck-action from 0.10.1 to 1.0.0

Bump Templum/govulncheck-action from 0.10.1 to 1.0.0 #343

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- 'master'
pull_request:
types: [opened, synchronize]
branches:
- '*'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
- name: install go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # [email protected]
with:
args: -v --timeout=5m
skip-build-cache: true
skip-pkg-cache: true