File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ${{ matrix.platform }}
2222 steps :
2323 - uses : actions/checkout@v5
24- - uses : actions/setup-go@v5
24+ - uses : actions/setup-go@v6
2525 with :
2626 go-version : ${{ matrix.go-version }}
2727 - name : go-test
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v5
19- - uses : actions/setup-go@v5
19+ - uses : actions/setup-go@v6
2020 with :
2121 go-version : 1.24.x
2222 - name : golangci-lint
Original file line number Diff line number Diff line change 6060 - uses : actions/checkout@v5
6161 with :
6262 fetch-depth : ' 0'
63- - uses : actions/setup-go@v5
63+ - uses : actions/setup-go@v6
6464 with :
6565 go-version : 1.24.x
6666 - name : Update GeoCity2-Lite DB
You can’t perform that action at this time.
0 commit comments