Skip to content

Bump fluent/fluent-bit from 2.1.10-debug to 2.2.0-debug #198

Bump fluent/fluent-bit from 2.1.10-debug to 2.2.0-debug

Bump fluent/fluent-bit from 2.1.10-debug to 2.2.0-debug #198

Workflow file for this run

name: linter
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: golint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.19.0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
args: --timeout 5m0s