File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 - name : Create a new git repository
1111 run :
git init && git add --all && git -c user.name='test' -c user.email='[email protected] ' commit -m 'init for pr action' 1212 - name : Install latest go
13- run : wget https://go.dev/dl/go1.18.10 .linux-amd64.tar.gz && rm -rf /usr/local/go && tar -C /usr/local -xzf go*.tar.gz && export PATH=$PATH:/usr/local/go/bin
13+ run : wget https://go.dev/dl/go1.21.3 .linux-amd64.tar.gz && rm -rf /usr/local/go && tar -C /usr/local -xzf go*.tar.gz && export PATH=$PATH:/usr/local/go/bin
1414 - name : Debug
15- run : go version && go mod tidy && go mod why
15+ run : go version && go mod tidy && go mod why -m && git status && git diff
1616 - name : Go mod tidy for root project
1717 run : go mod tidy
1818 - name : Go mod tidy for example apps
Original file line number Diff line number Diff line change 2121 node-version : ' 12'
2222 -
run :
git init && git add --all && git -c user.name='test' -c user.email='[email protected] ' commit -m 'init for pr action' 2323 - name : Install latest go
24- run : wget https://go.dev/dl/go1.18.10 .linux-amd64.tar.gz && rm -rf /usr/local/go && tar -C /usr/local -xzf go*.tar.gz && export PATH=$PATH:/usr/local/go/bin
24+ run : wget https://go.dev/dl/go1.21.3 .linux-amd64.tar.gz && rm -rf /usr/local/go && tar -C /usr/local -xzf go*.tar.gz && export PATH=$PATH:/usr/local/go/bin
2525 - run : ./hooks/pre-commit.sh
You can’t perform that action at this time.
0 commit comments