Skip to content

Commit

Permalink
update CI remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-Morgan committed Oct 23, 2024
1 parent bfc9010 commit 6d10c97
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 244 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Check Spell
uses: crate-ci/typos@master

staticcheck:
runs-on: [ self-hosted, X64 ]
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -51,7 +48,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Golangci Lint
# https://golangci-lint.run/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
unit-benchmark-test:
strategy:
matrix:
go: [ 1.17, 1.18, 1.19 ]
go: [ 1.21 ]
os: [ X64, ARM64 ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 0 additions & 2 deletions apollo/apollo.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ type Client = cwapollo.Client

type ConfigParam = cwapollo.ConfigParam

type callbackHandler func(namespace, cluster, key, data string)

const (
RetryConfigName = "retry"
RpcTimeoutConfigName = "rpc_timeout"
Expand Down
236 changes: 0 additions & 236 deletions apollo/apollo_test.go

This file was deleted.

0 comments on commit 6d10c97

Please sign in to comment.