Skip to content

Bump github.com/ysmood/golangci-lint from 0.8.0 to 0.12.1 #578

Bump github.com/ysmood/golangci-lint from 0.8.0 to 0.12.1

Bump github.com/ysmood/golangci-lint from 0.8.0 to 0.12.1 #578

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: '1.20'
id: go
- name: Run Acceptance Tests
env:
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
run: make testacc