Skip to content

Commit

Permalink
.github: set latest Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Oct 22, 2023
1 parent 974a52c commit 1d09c0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
- name: Install Go
uses: WillAbides/setup-go-faster@main
with:
go-version: 1.18.x
- uses: actions/checkout@v3
go-version: 1.21.x
- uses: actions/checkout@v4
with:
path: './src/github.com/kevinburke/ssh_config'
# staticcheck needs this for GOPATH
Expand All @@ -23,14 +23,14 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x, 1.18.x, 1.19.x]
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: WillAbides/setup-go-faster@main
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: './src/github.com/kevinburke/ssh_config'
- run: |
Expand Down

0 comments on commit 1d09c0b

Please sign in to comment.