Skip to content

Commit

Permalink
build: ensure go version kept inline
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirezj authored Mar 23, 2024
1 parent 3014383 commit 88ebf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: './go.mod'
go-version-file: './go.mod'

- name: Lint
uses: golangci/golangci-lint-action@v4
Expand Down

0 comments on commit 88ebf5d

Please sign in to comment.