Skip to content

Commit 25b14db

Browse files
authored
ci: Add go 1.22 build/testing to github workflow (#485)
1 parent 2d1e4db commit 25b14db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/setup-go@v4
1515
with:
16-
go-version: '1.21'
16+
go-version: '1.22'
1717
cache: false
1818
- uses: actions/checkout@v3
1919
- name: golangci-lint

.github/workflows/pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
go: [
13+
'1.22',
1314
'1.21',
1415
'1.20',
1516
'1.19',

0 commit comments

Comments
 (0)