Compare commits

..

No commits in common. "e0d234213e634c892b6bfefe26f8a92660b6aeb3" and "8dce67f3d2f8d1dc5c699bb0e9ba2abad3aa7f5c" have entirely different histories.

View File

@ -17,20 +17,20 @@ jobs:
- name: git config - name: git config
run: git config --global url.https://${{ secrets.ANYTYPE_PAT }}@github.com/.insteadOf https://github.com/ run: git config --global url.https://${{ secrets.ANYTYPE_PAT }}@github.com/.insteadOf https://github.com/
# # cache {{ # cache {{
# - id: go-cache-paths - id: go-cache-paths
# run: | run: |
# echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_OUTPUT echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_OUTPUT
# echo "GOMODCACHE=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT echo "GOMODCACHE=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
# - uses: actions/cache@v3 - uses: actions/cache@v3
# with: with:
# path: | path: |
# ${{ steps.go-cache-paths.outputs.GOCACHE }} ${{ steps.go-cache-paths.outputs.GOCACHE }}
# ${{ steps.go-cache-paths.outputs.GOMODCACHE }} ${{ steps.go-cache-paths.outputs.GOMODCACHE }}
# key: ${{ runner.os }}-go-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }} key: ${{ runner.os }}-go-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
# restore-keys: | restore-keys: |
# ${{ runner.os }}-go-${{ matrix.go-version }}- ${{ runner.os }}-go-${{ matrix.go-version }}-
# # }} # }}
- name: deps - name: deps
run: make deps run: make deps