Skip to content

Commit 5b96f4e

Browse files
author
iva-romanenko
committed
up go version
1 parent 84d069a commit 5b96f4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.21'
22+
go-version: '1.22'
2323
cache: false
2424
- name: golangci-lint
2525
uses: golangci/golangci-lint-action@v3

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-go@v4
1616
with:
17-
go-version: '1.21'
17+
go-version: '1.22'
1818
cache: false
1919
- name: run tests
2020
run: go test -v -race ./...

0 commit comments

Comments
 (0)