Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/cache-4
Browse files Browse the repository at this point in the history
  • Loading branch information
xztaityozx authored Dec 9, 2024
2 parents 1b81601 + 29c4c55 commit e11b4f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [opened, synchronize, reopened]
paths:
- '**.go'
- '.github/workflows/go.yaml'
- '.github/workflows/go.yml'
- 'test/e2e/**'

jobs:
Expand All @@ -21,7 +21,7 @@ jobs:
with:
go-version: ^1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: latest

Expand Down

0 comments on commit e11b4f5

Please sign in to comment.