Skip to content

Commit 974a52c

Browse files
committed
.github: use Go 1.19
1 parent 3c7724c commit 974a52c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
uses: WillAbides/setup-go-faster@main
99
with:
1010
go-version: 1.18.x
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
with:
1313
path: './src/github.com/kevinburke/ssh_config'
1414
# staticcheck needs this for GOPATH
@@ -23,14 +23,14 @@ jobs:
2323
test:
2424
strategy:
2525
matrix:
26-
go-version: [1.17.x, 1.18.x]
26+
go-version: [1.17.x, 1.18.x, 1.19.x]
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Install Go
3030
uses: WillAbides/setup-go-faster@main
3131
with:
3232
go-version: ${{ matrix.go-version }}
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v3
3434
with:
3535
path: './src/github.com/kevinburke/ssh_config'
3636
- run: |

0 commit comments

Comments
 (0)