Skip to content

Commit

Permalink
Bump Go version on CI run (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
dim authored Nov 24, 2023
1 parent cd93b2b commit f36df6a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.21.x, 1.20.x]
redis-version: [6-alpine, 7-alpine]
services:
redis:
Expand All @@ -20,19 +20,17 @@ jobs:
- 6379:6379
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
check-latest: true
cache: true
- run: make test test-race
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.x
check-latest: true
cache: true
- uses: golangci/golangci-lint-action@v3

0 comments on commit f36df6a

Please sign in to comment.