Skip to content

Update go version and dependencies #342

Update go version and dependencies

Update go version and dependencies #342

Workflow file for this run

name: Docker build
on:
push:
paths-ignore:
- 'webhook/**'
permissions:
contents: read
jobs:
build:
name: Docker build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker build
run: docker build .