Merge pull request #1895 from gofiber/dependabot/github_actions/actions/setup-go-6

This commit is contained in:
RW
2025-11-20 15:38:48 +01:00
committed by GitHub
34 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- name: Fetch Repository
uses: actions/checkout@v5
- name: Install Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: '${{ matrix.go-version }}'
- name: Test SQLite3 - with -race check