Skip to content

Commit

Permalink
fix(fix): Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deo002 committed Dec 20, 2024
1 parent ef13050 commit d1cf2b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
Expand All @@ -31,7 +31,7 @@ jobs:
run: cp external_ref_fields.example.yaml external_ref_fields.yaml && go generate ./...

- name: lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.55
version: v1.62.2

0 comments on commit d1cf2b3

Please sign in to comment.