Skip to content

Commit

Permalink
.github: use minimum required Go version from go.mod file
Browse files Browse the repository at this point in the history
For linter job only. Port
nspcc-dev/neofs-contract@e0ec4d2.

Signed-off-by: Anna Shaleva <[email protected]>
  • Loading branch information
AnnaShaleva committed Feb 27, 2024
1 parent 50cba6d commit cd438c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit cd438c5

Please sign in to comment.