Compare commits

..

No commits in common. "997c4143ca3e0d5cae026b5cba1a56cbe076951c" and "eb872fcfdf6685cb420bfe296e5b5abc4d3a1381" have entirely different histories.

View File

@ -19,8 +19,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version-file: go.mod # Use mod file directly go-version: "1.25.5" # Pin version
# go-version: "1.25.5" # Pin version
- name: Install dependencies - name: Install dependencies
run: go mod download run: go mod download