Skip to content

Bump golangci/golangci-lint-action from 4 to 5 in the dependencies group #24

Bump golangci/golangci-lint-action from 4 to 5 in the dependencies group

Bump golangci/golangci-lint-action from 4 to 5 in the dependencies group #24

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
defaults:
run:
shell: bash -xe {0}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v5
- run: make