Skip to content

Commit 7d42ede

Browse files
committed
.github: set latest Go versions
1 parent 974a52c commit 7d42ede

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
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@v3
11+
- uses: actions/checkout@v4
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, 1.19.x]
26+
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.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@v3
33+
- uses: actions/checkout@vp
3434
with:
3535
path: './src/github.com/kevinburke/ssh_config'
3636
- run: |

0 commit comments

Comments
 (0)