Skip to content

Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (#2) #8

Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (#2)

Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (#2) #8

Workflow file for this run

name: push-tests
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version-file: ./go.mod
- name: Test
run: make test