File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 runs-on : ${{ matrix.platform }}
2525 steps :
2626 - name : Install Go
27- uses : actions/setup-go@v2
27+ uses : actions/setup-go@v5
2828 with :
2929 go-version : ${{ matrix.go-version }}
3030
@@ -34,12 +34,12 @@ jobs:
3434 git config --global core.eol lf
3535
3636 - name : Checkout code
37- uses : actions/checkout@v2
37+ uses : actions/checkout@v4
3838 with :
3939 fetch-depth : 1
4040
4141 - name : Cache-Go
42- uses : actions/cache@v1
42+ uses : actions/cache@v4
4343 with :
4444 # In order:
4545 # * Module download cache
@@ -93,11 +93,11 @@ jobs:
9393 run : |
9494 go run ./ci/run-tests.go $TAGS -race
9595 - name : static-check
96- uses : dominikh/staticcheck-action@v1.2.0
96+ uses : dominikh/staticcheck-action@v1
9797 with :
9898 install-go : false
9999 cache-key : ${{ matrix.platform }}
100100 version : " 2022.1"
101101 - name : Upload-Coverage
102102 if : matrix.platform == 'ubuntu-latest'
103- uses : codecov/codecov-action@v1
103+ uses : codecov/codecov-action@v3
You can’t perform that action at this time.
0 commit comments