1
Some checks failed
Auth & User Management Service CI / Explore-Gitea-Actions (push) Failing after 22s
Some checks failed
Auth & User Management Service CI / Explore-Gitea-Actions (push) Failing after 22s
This commit is contained in:
parent
60d4672b4e
commit
5394bfa3c7
@ -9,5 +9,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
- run: 'go version'
|
||||
- run: 'docker build -t user_manager -f app/user_management/Dockerfile .'
|
||||
with:
|
||||
go-version: '1.23.6'
|
||||
|
||||
- name: Check Go version
|
||||
run: go version # 正确查看版本
|
||||
|
||||
- name: Build
|
||||
run: 'docker build -t user_manager -f app/user_management/Dockerfile .'
|
Loading…
x
Reference in New Issue
Block a user