Skip to content

Bump golangci/golangci-lint-action from 3.4.0 to 6.0.0 #577

Bump golangci/golangci-lint-action from 3.4.0 to 6.0.0

Bump golangci/golangci-lint-action from 3.4.0 to 6.0.0 #577

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