Skip to content

Commit

Permalink
chore(github): removed go-version-file flag in setup-go action
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijamt committed Aug 31, 2023
1 parent 1dd7c70 commit 33452e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
go-version-file: 'go.mod'
- name: Display Go version
run: go version
- name: Build
Expand Down

0 comments on commit 33452e2

Please sign in to comment.