Skip to content

Commit

Permalink
GH Actions: add go 1.18 + 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Nov 8, 2023
1 parent b3063c5 commit 150aed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: ['1.16', '1.17']
go: ['1.16', '1.17', '1.18', '1.19']
name: Build (Go ${{ matrix.go }})
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: go test
Expand Down

0 comments on commit 150aed4

Please sign in to comment.