Skip to content

Update dependency go to v1.23.5 (#17) #42

Update dependency go to v1.23.5 (#17)

Update dependency go to v1.23.5 (#17) #42

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Compile
run: make compile
- name: Test
run: make test