Skip to content

Bump golang from 1.22.3 to 1.22.4 #64

Bump golang from 1.22.3 to 1.22.4

Bump golang from 1.22.3 to 1.22.4 #64

Workflow file for this run

name: CI
on:
pull_request:
paths:
- "build.Dockerfile"
- "Makefile"
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install buildx
uses: docker/setup-buildx-action@v3
- name: Build images
run: make docker-build