Skip to content

chore(deps): bump github.com/slack-go/slack from 0.16.0 to 0.17.2 (#27) #118

chore(deps): bump github.com/slack-go/slack from 0.16.0 to 0.17.2 (#27)

chore(deps): bump github.com/slack-go/slack from 0.16.0 to 0.17.2 (#27) #118

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21
stable: false
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
args: --timeout 120s --max-same-issues 50
- name: Bearer
uses: bearer/bearer-action@v2