Skip to content

Bump golang from 1.21.6-alpine to 1.22.0-alpine #13

Bump golang from 1.21.6-alpine to 1.22.0-alpine

Bump golang from 1.21.6-alpine to 1.22.0-alpine #13

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@v3
- name: Build container image
run: docker build -t test/bpdispatcher:latest .