aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/go.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/go.yml')
-rw-r--r--.github/workflows/go.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index f62e862..d3579f3 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -18,6 +18,10 @@ jobs:
runs-on: alrest-x
steps:
- uses: actions/checkout@v4
+ with:
+ persist-credentials: false
+ fetch-tags: true
+ fetch-depth: 0
- name: build essential
run: |