Compare commits
2 Commits
eb872fcfdf
...
997c4143ca
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
997c4143ca | ||
|
|
41fd9bd45a |
@ -19,7 +19,8 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.25.5" # Pin version
|
go-version-file: go.mod # Use mod file directly
|
||||||
|
# go-version: "1.25.5" # Pin version
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: go mod download
|
run: go mod download
|
||||||
Loading…
x
Reference in New Issue
Block a user