Skip to content

feat: update go mod version to 1.23.4 (#26) #115

feat: update go mod version to 1.23.4 (#26)

feat: update go mod version to 1.23.4 (#26) #115

Workflow file for this run

name: Build and test
on:
push:
branches: [master]
pull_request:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions: {}
jobs:
build_test:
name: Call build and test action
uses: andrew-field/reusable-workflows/.github/workflows/build-test.yml@master
with:
test_flags: -race
secrets: inherit
# Codecov secret used by the build-test action. Codecov token needs to be added as a secret.