Skip to content

build(deps): bump github.com/Rhymond/go-money from 1.0.10 to 1.0.12 #171

build(deps): bump github.com/Rhymond/go-money from 1.0.10 to 1.0.12

build(deps): bump github.com/Rhymond/go-money from 1.0.10 to 1.0.12 #171

Workflow file for this run

name: Linting with golangci-lint
on:
push:
paths:
- "commands/**.go"
- "internal/**/*.go"
- "pkg/**/*.go"
- "cmd/*/*.go"
- "go.*"
pull_request:
paths:
- "commands/**.go"
- "internal/**/*.go"
- "pkg/**/*.go"
- "cmd/*/*.go"
- "go.*"
jobs:
golangci:
name: linter
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version: 1.20.X
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804
with:
version: latest