Skip to content

Commit

Permalink
Fix godev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljoos committed Jul 14, 2024
1 parent 9b84187 commit 28dd5b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/godev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- 'v*'
workflow_dispatch:

jobs:
update:
Expand All @@ -17,7 +18,7 @@ jobs:
-
name: Call pkg.go.dev
run: |
go get github.com/${GITHUB_REPOSITORY}@${GITHUB_REF#refs/tags/}
go mod download github.com/${GITHUB_REPOSITORY}@${GITHUB_REF#refs/tags/}
env:
GO111MODULE: on
GOPROXY: https://proxy.golang.org
Expand Down

0 comments on commit 28dd5b4

Please sign in to comment.