build(deps): bump actions/setup-go from 5 to 6 (#1023)

This commit is contained in:
dependabot[bot]
2026-01-05 21:23:35 -05:00
committed by GitHub
parent 7924b1816f
commit 97bd897177
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup go - name: Setup go
uses: actions/setup-go@v5 uses: actions/setup-go@v6
with: with:
go-version: "1.24" go-version: "1.24"
- name: Run golangci-lint - name: Run golangci-lint