Skip to content

Commit

Permalink
ci: latest version of golangci action supports merge_queue (#732)
Browse files Browse the repository at this point in the history
Resolves:
- #680 
- #281
  • Loading branch information
strantalis committed May 3, 2024
1 parent 8947a77 commit 4df3365
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- lib/fixtures
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
fetch-depth: 0
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: "1.22.2"
Expand All @@ -53,8 +55,7 @@ jobs:
- run: go mod download
- run: go mod verify
- name: golangci-lint
#uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804
uses: strantalis/golangci-lint-action@f4e979f5b36068d69d340547f66c991dca8b70ef
uses: golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc
with:
version: v1.57
working-directory: ${{ matrix.directory }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/lint-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
examples/go.sum
service/go.sum
- name: golangci-lint
# uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc
uses: strantalis/golangci-lint-action@f4e979f5b36068d69d340547f66c991dca8b70ef
uses: golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc
with:
version: v1.57
working-directory: ${{ matrix.directory }}
Expand Down

0 comments on commit 4df3365

Please sign in to comment.