Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Aug 11, 2024
1 parent 4c5619c commit e289fac
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/develop-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,12 @@ jobs:
- name: build go image
run: |
sh ./go_latest.sh go1.23
PWD=$(pwd)
export GOROOT=$PWD/go1.23
export PATH=$GOROOT/bin:$PATH
go version
continue-on-error: true

- name: run on specific version kitex
run: |
PWD=$(pwd)
export GOROOT=$PWD/go1.23
export PATH=$GOROOT/bin:$PATH
go version
sh ./update_kitext.sh 0bc4a44e9521a73914965c8c3b236e100edd1a95
sh ./update_kitex.sh 0bc4a44e9521a73914965c8c3b236e100edd1a95

0 comments on commit e289fac

Please sign in to comment.