Skip to content

Bump golang from 1.21.6-alpine to 1.22rc2-alpine #12

Bump golang from 1.21.6-alpine to 1.22rc2-alpine

Bump golang from 1.21.6-alpine to 1.22rc2-alpine #12

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 .