Skip to content

Commit 094466c

Browse files
fix: bump CI Go toolchain to 1.26.6
govulncheck fails on stdlib advisories in 1.26.5 that are patched in 1.26.6. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6feabfa commit 094466c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/audit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
sdk: stable
142142
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
143143
with:
144-
go-version: "1.26.5"
144+
go-version: "1.26.6"
145145
- name: Install OSV Scanner
146146
run: go install github.com/google/osv-scanner/v2/cmd/osv-scanner@${{ env.OSV_SCANNER_VERSION }}
147147
- name: Audit Dart templates
@@ -167,7 +167,7 @@ jobs:
167167
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
168168
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
169169
with:
170-
go-version: "1.26.5"
170+
go-version: "1.26.6"
171171
cache: false
172172
- name: Install govulncheck
173173
run: go install golang.org/x/vuln/cmd/govulncheck@v1.1.4
@@ -247,7 +247,7 @@ jobs:
247247
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
248248
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
249249
with:
250-
go-version: "1.26.5"
250+
go-version: "1.26.6"
251251
- name: Install OSV Scanner
252252
run: go install github.com/google/osv-scanner/v2/cmd/osv-scanner@${{ env.OSV_SCANNER_VERSION }}
253253
- name: Audit Maven coordinates in deps.gradle

0 commit comments

Comments
 (0)