Skip to content

added changelog; go-mod-upgrade #46

added changelog; go-mod-upgrade

added changelog; go-mod-upgrade #46

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