Skip to content

Commit

Permalink
go 1.22 ci (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Feb 11, 2024
1 parent bec368a commit 9436cc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ jobs:
test:
env:
GOPATH: ${{ github.workspace }}
GO111MODULE: off

defaults:
run:
working-directory: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}

strategy:
matrix:
go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 9436cc8

Please sign in to comment.