Skip to content

Commit

Permalink
Merge pull request #8730 from stubenhuang/issue-go-version-8728
Browse files Browse the repository at this point in the history
feat: github action 的 go 版本升级 #8728
  • Loading branch information
mingshewhe authored Apr 23, 2023
2 parents a7bb309 + fd8372d commit 2320e05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend_booster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name: Backend Booster Check
# events but only for the master branch
on:
push:
branches: [ master ]
branches: [master]
paths:
- 'src/backend/booster/**'
pull_request:
branches: [ master, release-* ]
branches: [master, release-*]
paths:
- 'src/backend/booster/**'

Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19.6
- name: GO Mod
working-directory: src/backend/booster
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.17.11
go-version: 1.19.6
- run: make clean all
working-directory: src/agent/
- uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 2320e05

Please sign in to comment.