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 49eb5ce commit aa0f540
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
<<<<<<< HEAD
=======
- uses: actions/checkout@v3
>>>>>>> 9a918d4 (.github: use minimum required Go version from go.mod file)
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit aa0f540

Please sign in to comment.