Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Apr 26, 2024
1 parent feec0d4 commit 571a0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go_version_file: 'go.mod'

- name: GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go_version_file: 'go.mod'

# - name: Test action
# uses: ./
Expand Down

0 comments on commit 571a0be

Please sign in to comment.