Skip to content

ci: upgrade to node 24 workflow actions #3

ci: upgrade to node 24 workflow actions

ci: upgrade to node 24 workflow actions #3

Workflow file for this run

name: CI
on:
push:
branches: [main, master]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.26'
- name: Run CI
run: make ci