Skip to content

Commit

Permalink
GitHub Action: Build w/ latest Go Version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxzi committed Feb 22, 2024
1 parent 77711d5 commit 559c069
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 @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
go: [ '1.21' ]
go: [ '1.21', '1.22', 'stable' ]

steps:
- uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:

strategy:
matrix:
go: [ '1.21' ]
go: [ '1.21', '1.22', 'stable' ]
goos: [ 'freebsd', 'linux', 'openbsd' ]

env:
Expand Down

0 comments on commit 559c069

Please sign in to comment.