xiabin 6144d30327
Some checks failed
Auth & User Management Service CI / Explore-Gitea-Actions (push) Failing after 1m41s
test4
2025-02-11 11:16:41 +08:00

16 lines
298 B
YAML

name: Auth & User Management Service CI
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: runner
container:
image: golang:alpine
volumes:
- /go/pkg/mod:/go/pkg/mod
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: go version