Skip to content

upgrading function; using copy now #50

upgrading function; using copy now

upgrading function; using copy now #50

Workflow file for this run

name: Go Test
on:
push:
branches: ["main", "dev"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: 1.22
- run: go version