Skip to content

update dependencies and go #69

update dependencies and go

update dependencies and go #69

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- '*'
tags-ignore:
- '*'
jobs:
test:
name: Test
strategy:
matrix:
go: [ '1.23' ]
uses: ./.github/workflows/go-test.yml
with:
go-version: ${{ matrix.go }}