Skip to content

fix g.mod vrsion to 1.21 for CI (got error) #39

fix g.mod vrsion to 1.21 for CI (got error)

fix g.mod vrsion to 1.21 for CI (got error) #39

Workflow file for this run

name: Go Test
on:
push:
branches: ["main", "dev"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21