Skip to content

Commit

Permalink
pin golang ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed Feb 1, 2024
1 parent c29ae4d commit 0937714
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Pin Golang version for linting
uses: actions/setup-go@v5
with:
go-version: 1.21.6
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 0937714

Please sign in to comment.