Skip to content

fixed version and added run #49

fixed version and added run

fixed version and added run #49

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