File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 # warning is presented on each run. Disabling the Go cache and caching
2121 # the go-build cache separately for fuzzing.
2222 cache : false
23- go-version : " 1.22 "
23+ go-version : " 1.23 "
2424 # The cache path may be different on different runners. GitHub may change
2525 # this in the future. So, we dynamically fetch it.
2626 - name : Get Go Cache Paths
Original file line number Diff line number Diff line change 1515 - name : Setup Go
1616 uses : actions/setup-go@v5
1717 with :
18- go-version : " 1.22 "
18+ go-version : " 1.23 "
1919 - name : golangci-lint
2020 uses : golangci/golangci-lint-action@v4
2121 with :
22- version : v1.56
22+ version : v1.60
Original file line number Diff line number Diff line change 44 test :
55 strategy :
66 matrix :
7- go-version : [1.20 .x, 1.21 .x, 1.22 .x]
7+ go-version : [1.21 .x, 1.22 .x, 1.23 .x]
88 platform : [ubuntu-latest, macos-latest, windows-latest]
99 runs-on : ${{ matrix.platform }}
1010 steps :
You can’t perform that action at this time.
0 commit comments