Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Aug 26, 2023
2 parents 7a2ee8f + 67dc62f commit 5acafa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,19 @@ jobs:
strategy:
matrix:
vm-os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [ 1.17, 1.18, 1.19 ]
runs-on: ${{ matrix.vm-os }}
env:
GO111MODULE: on
GOPROXY: https://goproxy.cn
steps:
- name: Install go ${{ matrix.go-version }}
uses: actions/setup-go@v3
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

go-version: '>=1.16.0'
- name: Install dependencies
uses: actions/checkout@v3

- name: Test and create coverage file
- name: Create test coverage file
run: go test -coverprofile='coverage.txt' -covermode=atomic

- name: Upload coverage file to codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tomsun28/issues-translate-action@v2.6
- uses: tomsun28/issues-translate-action@v2.7
with:
IS_MODIFY_TITLE: true
# not require, default false, . Decide whether to modify the issue title
Expand Down

0 comments on commit 5acafa3

Please sign in to comment.