Skip to content

Commit

Permalink
fix: use same golang version from project
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Apr 20, 2024
1 parent 86113c9 commit 4d68e92
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
# v5.0.0
with:
go-version: "1.21"
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804
# v4.0.0
Expand Down Expand Up @@ -79,11 +79,10 @@ jobs:
# v4.1.2
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
# v5.0.0
with:
go-version: "1.21"
go-version-file: "go.mod"
- name: Install dependencies
run: go get .
- name: Build
Expand Down

0 comments on commit 4d68e92

Please sign in to comment.