Skip to content

Commit

Permalink
fix: fix actions error
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong(cubxxw-openim) <[email protected]>
  • Loading branch information
cubxxw committed Jul 12, 2023
1 parent 6b1f6ce commit a37d0ec
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/kubekf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
go_version: ["1.20"]
go_version: ["1.19","1.20"]
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -92,24 +92,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: ${{ env.GOLANGCI_VERSION }}

docker-image-tests:
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit a37d0ec

Please sign in to comment.