Skip to content

Commit

Permalink
add go cache (#5431)
Browse files Browse the repository at this point in the history
* add go cache
* Use latest stable version instead of fixed history version
  • Loading branch information
Shinji-IkariG authored Mar 24, 2023
1 parent af4ac39 commit bea704a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.16.7'
go-version: 'stable'
cache-dependency-path: nebula-console/go.sum
- id: tag
run: echo tagnum=${{ github.event.inputs.version }}
- name: package
Expand Down

0 comments on commit bea704a

Please sign in to comment.