Skip to content

Commit

Permalink
wf-test
Browse files Browse the repository at this point in the history
  • Loading branch information
led0nk committed Mar 28, 2024
1 parent 5bc9b08 commit 61ac4f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ jobs:
id: versions
test:
name: Test
strategy:
matrix:
go-version: ["1.22.0", 1.21.8]
runs-on: ubuntu-latest
needs: go-versions
matrix:
go-version: ["1.22.0"]
steps:
- uses: actions/checkout@v3
- name: Install Go
Expand Down

0 comments on commit 61ac4f0

Please sign in to comment.