We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7724c commit 974a52cCopy full SHA for 974a52c
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
uses: WillAbides/setup-go-faster@main
9
with:
10
go-version: 1.18.x
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
13
path: './src/github.com/kevinburke/ssh_config'
14
# staticcheck needs this for GOPATH
@@ -23,14 +23,14 @@ jobs:
23
test:
24
strategy:
25
matrix:
26
- go-version: [1.17.x, 1.18.x]
+ go-version: [1.17.x, 1.18.x, 1.19.x]
27
runs-on: ubuntu-latest
28
steps:
29
- name: Install Go
30
31
32
go-version: ${{ matrix.go-version }}
33
34
35
36
- run: |
0 commit comments