Skip to content

Commit e8270ce

Browse files
author
Craig Pastro
committed
Update CI
1 parent 7f748f7 commit e8270ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/setup-go@v3
1010
with:
11-
go-version: 1.17
11+
go-version: 1.20
1212
- uses: actions/checkout@v3
1313
- name: golangci-lint
1414
uses: golangci/golangci-lint-action@v3
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
go-version: [ '1.16', '1.17', '1.18', '1.19' ]
22+
go-version: [ '1.18', '1.19', '1.20' ]
2323
os: [ubuntu-latest, macos-latest, windows-latest]
2424
env:
2525
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)