Skip to content

chore(deps): bump github.com/jacoelho/banking from 1.8.1 to 1.9.0 #546

chore(deps): bump github.com/jacoelho/banking from 1.8.1 to 1.9.0

chore(deps): bump github.com/jacoelho/banking from 1.8.1 to 1.9.0 #546

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v9