Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Remove go proxy gh action and run make command
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonBirchall committed Jan 21, 2021
1 parent 5eaa8a9 commit e847f0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ jobs:
name: Renew documentation
runs-on: ubuntu-latest
steps:
- name: Pull new module version
uses: andrewslotin/go-proxy-pull-action@master
- name: Run makefile
run: |
make update-pkg-cache
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ release:

update-pkg-cache:
GOPROXY=https://proxy.golang.org GO111MODULE=on \
go get github.com/jasonbirchall/crypto@$(VERSION)
go get github.com/jasonbirchall/crypto

.PHONY: test

0 comments on commit e847f0d

Please sign in to comment.