File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
test :
5
5
strategy :
6
6
matrix :
7
- go-version : [1.22 .x, 1.23 .x]
7
+ go-version : [1.23 .x, 1.24 .x]
8
8
os : [ubuntu-latest, macos-latest, windows-latest]
9
9
runs-on : ${{ matrix.os }}
10
10
steps :
17
17
18
18
# Static checks from this point forward. Only run on one Go version and on
19
19
# Linux, since it's the fastest platform, and the tools behave the same.
20
- - if : matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23 .x'
20
+ - if : matrix.os == 'ubuntu-latest' && matrix.go-version == '1.24 .x'
21
21
run : diff <(echo -n) <(gofmt -s -d .)
22
- - if : matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23 .x'
22
+ - if : matrix.os == 'ubuntu-latest' && matrix.go-version == '1.24 .x'
23
23
run : go vet ./...
Original file line number Diff line number Diff line change 1
1
module mvdan.cc/unparam
2
2
3
- go 1.22.0
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/rogpeppe/go-internal v1.13.2-0.20241226121412-a5dc8ff20d0a
You can’t perform that action at this time.
0 commit comments