Skip to content

Commit

Permalink
Remove duplicate go setup step (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
yussufsh authored and michaelkad committed Mar 13, 2024
1 parent 0d72b0a commit 949f3f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 949f3f1

Please sign in to comment.