Skip to content

Commit 88a126d

Browse files
fix: upgrade Go toolchain to 1.25.8 to resolve stdlib vulnerabilities (#717)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: dlevy-msft-sql <[email protected]>
1 parent fb520db commit 88a126d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Go
3030
uses: actions/setup-go@v6
3131
with:
32-
go-version: '1.25.7'
32+
go-version: '1.25.8'
3333

3434
- name: Install govulncheck
3535
run: go install golang.org/x/vuln/cmd/govulncheck@latest

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/microsoft/go-sqlcmd
22

3-
go 1.25.7
3+
go 1.25.8
44

55
require (
66
github.com/alecthomas/chroma/v2 v2.23.1

0 commit comments

Comments
 (0)