This commit is contained in:
@@ -12,11 +12,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0 # all history for all branches and tags
|
fetch-depth: 0 # all history for all branches and tags
|
||||||
|
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version-file: go.mod
|
go-version-file: go.mod
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
cache: false
|
||||||
- name: Building
|
- name: Building
|
||||||
run: go build .
|
run: go build .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user