Skip to content

Commit

Permalink
测试CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwangly2 committed Aug 25, 2023
1 parent 2f021c8 commit 7842940
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-go@v3
with:
cache: true
go-version: "1.20.5"
go-version: '1.20.6'
- name: Build binary file
env:
GOOS: ${{ matrix.goos }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: '1.20.6'

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- "v*“
- 'v*'

jobs:
goreleaser:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.5”
go-version: '1.20.6'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 7842940

Please sign in to comment.