File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ jobs:
2121 name : Build
2222 strategy :
2323 matrix :
24- go-version : [1.22 .x, 1.21.x]
24+ go-version : [1.24 .x, 1.21.x]
2525 platform : [ubuntu-latest]
2626 # platform: [ubuntu-latest, macos-latest, windows-latest]
2727 runs-on : ${{ matrix.platform }}
2828 steps :
2929 - name : Install Go
30- uses : actions/setup-go@v2
30+ uses : actions/setup-go@v5
3131 with :
3232 go-version : ${{ matrix.go-version }}
3333
3434 - name : Cache-Go
35- uses : actions/cache@v1
35+ uses : actions/cache@v4
3636 with :
3737 path : |
3838 ~/go/pkg/mod # Module download cache
4545 ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
4646
4747 - name : Checkout code
48- uses : actions/checkout@v2
48+ uses : actions/checkout@v4
4949
5050 - name : Install Linux packages
5151 if : matrix.platform == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments