Skip to content

Commit

Permalink
Merge pull request #60 from dokku/remove-go
Browse files Browse the repository at this point in the history
chore: remove unnecessary setup-go from tagged-release workflow
  • Loading branch information
josegonzalez authored May 18, 2024
2 parents 5e5d0ff + f2b02e1 commit 11390a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"

- name: Get Repository Name
id: repo-name
run: |
Expand Down

0 comments on commit 11390a2

Please sign in to comment.