Skip to content

Bump github.com/slack-go/slack from 0.13.1 to 0.14.0 #794

Bump github.com/slack-go/slack from 0.13.1 to 0.14.0

Bump github.com/slack-go/slack from 0.13.1 to 0.14.0 #794

Workflow file for this run

name: Go CI
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...