Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmattox committed Jul 30, 2023
1 parent ee85698 commit 2394b36
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.20
- name: Dependencies
run: |
go get -v -t -d ./...
- name: Install
run: |
go install -v ./...
# - name: Dependencies
# run: |
# go get -v -t -d ./...
# - name: Install
# run: |
# go install -v ./...
- name: Build
run: |
go build -v ./...
Expand Down

0 comments on commit 2394b36

Please sign in to comment.