Skip to content

Commit 7748a4d

Browse files
committed
[ci] Update CI versions
Signed-off-by: Oleksandr Grytsov <oleksandr_grytsov@epam.com>
1 parent dd2621e commit 7748a4d

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Code checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@v4
24+
uses: actions/setup-go@v5
2525
with:
26-
go-version: "1.21"
26+
go-version: "1.22"
2727

2828
- name: Build
2929
run: |
@@ -43,4 +43,4 @@ jobs:
4343
- name: Lint
4444
uses: golangci/golangci-lint-action@v6
4545
with:
46-
version: "v1.59"
46+
version: "v1.62"

.golangci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
go: "1.21"
2+
go: "1.22"
33

44
linters:
55
enable-all: true
@@ -20,8 +20,6 @@ linters:
2020
# deprecated
2121
- bodyclose
2222
- contextcheck
23-
- execinquery
24-
- gomnd
2523
- nilerr
2624
- noctx
2725
- rowserrcheck
@@ -42,6 +40,7 @@ linters-settings:
4240

4341
gosec:
4442
excludes:
43+
- G115
4544
- G204
4645

4746
mnd:

0 commit comments

Comments
 (0)