Skip to content

Commit

Permalink
Update Semaphore configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ataklychev committed Nov 12, 2021
1 parent 8f28042 commit a4d1416
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ blocks:
commands:
- sem-version go 1.17
- checkout
- cd src
- 'cache restore vendor-$SEMAPHORE_GIT_BRANCH-$(checksum go.mod),vendor-$SEMAPHORE_GIT_BRANCH,vendor-master'
- go mod vendor
- 'cache store vendor-$SEMAPHORE_GIT_BRANCH-$(checksum go.mod),vendor-$SEMAPHORE_GIT_BRANCH,vendor-master vendor'

0 comments on commit a4d1416

Please sign in to comment.