Skip to content

Commit

Permalink
Merge pull request #1245 from austinvazquez/update-go-in-ci
Browse files Browse the repository at this point in the history
Add Go v1.21 and v1.22 to GitHub Actions CI matrix
  • Loading branch information
tianon authored Feb 15, 2024
2 parents 88b8deb + 12b653d commit cb7ae92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
go: [1.19.x, 1.20.x]
go: [1.21.x, 1.22.x]

steps:
- name: checkout source code
Expand All @@ -32,7 +32,7 @@ jobs:
- name: run golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.51.2
version: v1.56.1
args: --verbose

- name: run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
go: [1.19.x, 1.20.x]
go: [1.21.x, 1.22.x]

steps:
- name: checkout source code
Expand All @@ -32,7 +32,7 @@ jobs:
- name: run golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.51.2
version: v1.56.1
args: --verbose

- name: run tests
Expand Down

0 comments on commit cb7ae92

Please sign in to comment.