File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build and Test
22
33# Set environment variables available in all jobs and steps
44env :
5- go_version : " 1.24.6 "
5+ go_version : " 1.25.0 "
66 python_version : " 3.10"
77
88on :
7979 args : " --verbose --print-issued-lines --print-linter-name --out-${NO_FUTURE}format colored-line-number --timeout 300s --max-issues-per-linter 0 --max-same-issues 0"
8080 - name : Test ${{ matrix.go-module }} on ${{ matrix.os }}
8181 run : go test -race -cover -v ./...
82- working-directory : ${{ matrix.go-module }}
82+ working-directory : ${{ matrix.go-module }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
1515
1616# Set environment variables available in all jobs and steps
1717env :
18- go_version : " 1.24.6 "
18+ go_version : " 1.25.0 "
1919 python_version : " 3.9"
2020
2121jobs :
You can’t perform that action at this time.
0 commit comments