Skip to content

Bump golang from 1.23.3-alpine to 1.23.4-alpine #26

Bump golang from 1.23.3-alpine to 1.23.4-alpine

Bump golang from 1.23.3-alpine to 1.23.4-alpine #26

Workflow file for this run

name: build
on:
workflow_dispatch:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build container image
run: docker build -t test/bpdispatcher:latest .