chore(deps): update https://github.com/actions/setup-go action to v6

This commit is contained in:
2025-11-21 21:03:31 +00:00
parent 0c80e9226e
commit ba3bc3656e
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
steps: steps:
- uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/checkout@v4
- name: Use Go - name: Use Go
uses: https://github.com/actions/setup-go@v5 uses: https://github.com/actions/setup-go@v6
with: with:
go-version: '1.24' go-version: '1.24'
- run: go version - run: go version