Skip to content

Commit ed87a70

Browse files
committed
bump go version used by ci
1 parent bcacab1 commit ed87a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
golangci:
1212
strategy:
1313
matrix:
14-
go-version: [ 1.18.x ]
14+
go-version: [ 1.20.x ]
1515
os: [ ubuntu-latest ]
1616
name: lint
1717
runs-on: ${{ matrix.os }}
@@ -23,7 +23,7 @@ jobs:
2323
test:
2424
strategy:
2525
matrix:
26-
go-version: [ 1.18.x ]
26+
go-version: [ 1.20.x ]
2727
os: [ ubuntu-latest, macos-latest, windows-latest ]
2828
runs-on: ${{ matrix.os }}
2929
steps:

0 commit comments

Comments
 (0)