Skip to content

Bump golang from 1.22.6 to 1.23.0 #69

Bump golang from 1.22.6 to 1.23.0

Bump golang from 1.22.6 to 1.23.0 #69

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