Skip to content

Commit 00a0fc7

Browse files
committed
update ci
Signed-off-by: limengxuan <mengxuan.li@dynamia.ai>
1 parent 6e9df24 commit 00a0fc7

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/dev.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- uses: actions/setup-go@v5
2323
with:
2424
go-version: ${{ env.GO_VERSION }}
25-
- run: go mod tidy
2625
- name: golangci-lint
2726
uses: golangci/golangci-lint-action@v6
2827
with:
@@ -49,12 +48,6 @@ jobs:
4948
- name: Set up Docker Buildx
5049
uses: docker/setup-buildx-action@v3
5150

52-
#- name: Docker Login
53-
# uses: docker/login-action@v3.1.0
54-
# with:
55-
# username: ${{ secrets.DOCKERHUB_TOKEN }}
56-
# password: ${{ secrets.DOCKERHUB_PASSWD }}
57-
5851
- name: Build and push
5952
uses: docker/build-push-action@v6
6053
with:

.github/workflows/go.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ name: CI
55

66
on:
77
push:
8-
branches: [ "master", "main" ]
98
tags:
109
- v[0-9]+.[0-9]+.[0-9]+.[0-9]+
1110
- v[0-9]+.[0-9]+.[0-9]+
1211
- v[0-9]+.[0-9]+
13-
pull_request:
14-
branches: [ "master" ]
1512

1613
env:
1714
GO_VERSION: "1.22.5"
@@ -28,7 +25,6 @@ jobs:
2825
- uses: actions/setup-go@v5
2926
with:
3027
go-version: ${{ env.GO_VERSION }}
31-
- run: go mod tidy
3228
- name: golangci-lint
3329
uses: golangci/golangci-lint-action@v6
3430
with:

0 commit comments

Comments
 (0)