Skip to content

Commit

Permalink
Start testing on Go 1.21, stop testing on Go 1.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanz committed Oct 31, 2023
1 parent c55af20 commit 79377e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
go-version: 1.21.x

- name: Install tools
run: |
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
test:
strategy:
matrix:
go: ['1.18', '1.19', '1.20']
go: ['1.19', '1.20', '1.21']
name: test @ Go ${{ matrix.go }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 79377e2

Please sign in to comment.