Skip to content

bump image version to 0.8.1 #217

bump image version to 0.8.1

bump image version to 0.8.1 #217

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ "main" ]
pull_request:
push:
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
only-new-issues: true
args: --timeout 3m --verbose