Skip to content

chore(deps): bump github.com/zeebo/blake3 from 0.2.3 to 0.2.4 #113

chore(deps): bump github.com/zeebo/blake3 from 0.2.3 to 0.2.4

chore(deps): bump github.com/zeebo/blake3 from 0.2.3 to 0.2.4 #113

Workflow file for this run

name: golangci-lint
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Use latest version of golangci-lint
version: latest