Skip to content

Commit

Permalink
change module name
Browse files Browse the repository at this point in the history
  • Loading branch information
eibay committed May 28, 2021
1 parent 05d7d54 commit 13feeaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Run build
run: |
echo ${{ github.workspace }}
docker build . --file Dockerfile --tag mygoapi:$(date +%s)
docker build . --file Dockerfile --tag mygoapi:$(date +%s)
trigger-dev-deploy:
name: Trigger Dev Deployment
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module eibayan.com/goapi
module github.com/eibay/mygo-api

go 1.15

0 comments on commit 13feeaf

Please sign in to comment.