Skip to content

build(deps): bump github.com/adhocore/gronx from 1.19.0 to 1.19.4 #17

build(deps): bump github.com/adhocore/gronx from 1.19.0 to 1.19.4

build(deps): bump github.com/adhocore/gronx from 1.19.0 to 1.19.4 #17

name: "Unit Test Golang"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
test_unit_golang:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Setup Go"
uses: "actions/setup-go@v5"
with:
go-version: "1.23"
- name: "Run Unit Tests"
run: "go test ./..."