diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index c66b973..506c77a 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -8,6 +8,11 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 + - name: Set up Go Environment + uses: actions/setup-go@v3 + with: + go-version: '1.20' + - name: Get Dependencies Index Hash uses: actions/go-hashfiles@v0.0.1 id: hash-dependencies-index