Skip to content

chore(deps): update module github.com/gofrs/flock to v0.13.1 (#680) #477

chore(deps): update module github.com/gofrs/flock to v0.13.1 (#680)

chore(deps): update module github.com/gofrs/flock to v0.13.1 (#680) #477

Workflow file for this run

name: CI
on:
push:
branches:
- 3.x
pull_request:
branches:
- 3.x
jobs:
ci:
name: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: 1.27.x
check-latest: true
cache-dependency-path: "**/go.sum"
- name: Tools cache
uses: actions/cache@v6
env:
cache-name: go-tools-cache
with:
path: .tools
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('./internal/tools/**') }}
- name: Run CI checks
run: make ci