Merge branch 'main' into force_build
All checks were successful
/ test (pull_request) Successful in 2m0s

This commit is contained in:
Benjamyn Love 2023-07-26 19:04:23 -04:00
commit e0d234213e

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