chore(deps): update dependency go to 1.25.x

This commit is contained in:
renovate[bot]
2025-08-15 09:15:27 +02:00
committed by Henrique Dias
parent 1753aa2945
commit 8f3a3298a8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version: "1.24.x"
go-version: "1.25.x"
- name: Run test with coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...