Skip to content

Bump golang from 1.23.1-alpine to 1.23.4-alpine #66

Bump golang from 1.23.1-alpine to 1.23.4-alpine

Bump golang from 1.23.1-alpine to 1.23.4-alpine #66

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: |
make build