Skip to content

Commit 90c7805

Browse files
committed
update go version for test-and-build github workflow
1 parent 870540a commit 90c7805

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Test
22

33
# Set environment variables available in all jobs and steps
44
env:
5-
go_version: "1.24.6"
5+
go_version: "1.25.0"
66
python_version: "3.10"
77

88
on:
@@ -79,4 +79,4 @@ jobs:
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 }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
# Set environment variables available in all jobs and steps
1717
env:
18-
go_version: "1.24.6"
18+
go_version: "1.25.0"
1919
python_version: "3.9"
2020

2121
jobs:

0 commit comments

Comments
 (0)