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 4d158d9 commit 9a918d4
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 @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version-file: 'go.mod'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 9a918d4

Please sign in to comment.