Skip to content

update packages to the latest version #39

update packages to the latest version

update packages to the latest version #39

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...