Skip to content

Commit

Permalink
Fix CI's Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed May 4, 2023
1 parent 7facde8 commit 5f5035e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
unit-tests:
strategy:
matrix:
go-version: [1.x, 1.19.x]
go-version: [1.x, 1.20.x]
platform: [ubuntu-latest]
include:
- go-version: 1.x
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.20.x

- name: go-lint
uses: golangci/golangci-lint-action@v3

0 comments on commit 5f5035e

Please sign in to comment.