Skip to content

vendor(deps): bump github.com/bmatcuk/doublestar/v4 from 4.6.0 to 4.6.1 #281

vendor(deps): bump github.com/bmatcuk/doublestar/v4 from 4.6.0 to 4.6.1

vendor(deps): bump github.com/bmatcuk/doublestar/v4 from 4.6.0 to 4.6.1 #281

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- "*"
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name:
run: make baur