Skip to content

Commit

Permalink
ci: add Go 1.20 to build matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Feb 5, 2023
1 parent 5182412 commit bfe8222
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20

- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.17', '1.18', '1.19']
go: ['1.17', '1.18', '1.19', '1.20']
env:
GOFLAGS: -mod=readonly

Expand Down Expand Up @@ -74,12 +74,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20

- name: Checkout code
uses: actions/checkout@v3

- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: v1.51.1

0 comments on commit bfe8222

Please sign in to comment.