Skip to content

Commit

Permalink
ci: update workflow to Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Oct 8, 2023
1 parent cc88b91 commit b73b098
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 @@ -17,7 +17,7 @@ jobs:
unit-tests:
strategy:
matrix:
go-version: [1.x, 1.20.x]
go-version: [1.x, 1.21.x]
platform: [ubuntu-latest]
include:
- go-version: 1.x
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.20.x
go-version: 1.21.x

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

0 comments on commit b73b098

Please sign in to comment.