File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments