Skip to content

Bump github.com/slack-go/slack from 0.12.2 to 0.12.3 #92

Bump github.com/slack-go/slack from 0.12.2 to 0.12.3

Bump github.com/slack-go/slack from 0.12.2 to 0.12.3 #92

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2