Skip to content

Commit cb7ae92

Browse files
authored
Merge pull request #1245 from austinvazquez/update-go-in-ci
Add Go v1.21 and v1.22 to GitHub Actions CI matrix
2 parents 88b8deb + 12b653d commit cb7ae92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
go: [1.19.x, 1.20.x]
14+
go: [1.21.x, 1.22.x]
1515

1616
steps:
1717
- name: checkout source code
@@ -32,7 +32,7 @@ jobs:
3232
- name: run golangci-lint
3333
uses: golangci/golangci-lint-action@v4
3434
with:
35-
version: v1.51.2
35+
version: v1.56.1
3636
args: --verbose
3737

3838
- name: run tests

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
go: [1.19.x, 1.20.x]
14+
go: [1.21.x, 1.22.x]
1515

1616
steps:
1717
- name: checkout source code
@@ -32,7 +32,7 @@ jobs:
3232
- name: run golangci-lint
3333
uses: golangci/golangci-lint-action@v4
3434
with:
35-
version: v1.51.2
35+
version: v1.56.1
3636
args: --verbose
3737

3838
- name: run tests

0 commit comments

Comments
 (0)