Skip to content

Bump github.com/hochfrequenz/go-bo4e from 0.28.0 to 0.29.0 #527

Bump github.com/hochfrequenz/go-bo4e from 0.28.0 to 0.29.0

Bump github.com/hochfrequenz/go-bo4e from 0.28.0 to 0.29.0 #527

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
# Optional: working directory, useful for monorepos
# working-directory: somedir
# Optional: golangci-lint command line arguments. see https://golangci-lint.run/usage/quick-start
# args: --enable gofmt,dupl,goconst,goconst,gocyclo
#--issues-exit-code=0
# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
# Optional: if set to true then the action will use pre-installed Go
# skip-go-installation: true