Skip to content

Update golang-1-linux packages to 1.23.3 from golang-release #184

Update golang-1-linux packages to 1.23.3 from golang-release

Update golang-1-linux packages to 1.23.3 from golang-release #184

Workflow file for this run

name: go
on:
push:
pull_request:
jobs:
lint:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: src/bpm/go.mod
- run: go generate ./...
working-directory: src/bpm/
- uses: golangci/golangci-lint-action@v6
with:
working-directory: src/bpm/