Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryk-dk committed Feb 12, 2024
1 parent 4aa393b commit c47a3f5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-checks-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21.5
go-version: 1.21.6
check-latest: true
cache: true

Expand All @@ -53,7 +53,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.20.2
go-version: 1.21.6
check-latest: true
cache: true

Expand All @@ -73,7 +73,7 @@ jobs:
id: go
uses: actions/setup-go@v3
with:
go-version: 1.21.5
go-version: 1.21.6
check-latest: true
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-codeql-analize-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.2
go-version: 1.21.6
check-latest: true
cache: true
if: ${{ matrix.language == 'go' }}
Expand Down
19 changes: 19 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
run:
timeout: 2m
skip-dirs:
- go
- opt

linters:
enable:
- revive

issues:
exclude-rules:
- linters:
- staticcheck
text: "SA(4003|1019|5011):"

include:
- EXC0012
- EXC0014

0 comments on commit c47a3f5

Please sign in to comment.