Skip to content

chore(deps): update golangci/golangci-lint docker tag to v1.61.0 #166

chore(deps): update golangci/golangci-lint docker tag to v1.61.0

chore(deps): update golangci/golangci-lint docker tag to v1.61.0 #166

Workflow file for this run

name: CI
on:
push:
branches: [master]
paths-ignore: ['**.md']
pull_request:
types: [opened, synchronize]
paths-ignore: ['**.md']
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Ensure go.mod is already tidied
run: go mod tidy && git diff -s --exit-code go.sum
- run: make lint
- run: make test
- run: make build