Skip to content

Commit 9436cc8

Browse files
authored
go 1.22 ci (#898)
1 parent bec368a commit 9436cc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ jobs:
1313
test:
1414
env:
1515
GOPATH: ${{ github.workspace }}
16-
GO111MODULE: off
1716

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

2221
strategy:
2322
matrix:
24-
go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
23+
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]
2524
os: [ubuntu-latest, windows-latest]
2625

2726
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)