Skip to content

chore(deps): bump github.com/hochfrequenz/go-bo4e from 0.37.0 to 0.39.0 #688

chore(deps): bump github.com/hochfrequenz/go-bo4e from 0.37.0 to 0.39.0

chore(deps): bump github.com/hochfrequenz/go-bo4e from 0.37.0 to 0.39.0 #688

Workflow file for this run

on: [push, pull_request]
name: Unittests
jobs:
test:
strategy:
matrix:
go-version: [1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: 'true'
ref: ${{ github.event.workflow_run.head_branch }}
token: ${{ secrets.CSS_SUBMODULE_ACCESS_TOKEN }} # token with repo scope; expires 2026-01-20
# https://github.com/Hochfrequenz/malo-id-generator/settings/secrets/actions/CSS_SUBMODULE_ACCESS_TOKEN
# https://github.com/settings/tokens/2072150841
- name: Test
run: go test ./... -p 1
# run max 1 test in parallel because setting the env variable sets the value for _all_ tests