Skip to content

Commit

Permalink
support only latest golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-korotya committed Dec 13, 2024
1 parent bbc488c commit 995efe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
containers: [ 1.22, 1.21, 1.20 ]
containers: [ 1.22 ]
runs-on: ubuntu-latest
container: golang:${{ matrix.containers }}
steps:
Expand Down

0 comments on commit 995efe6

Please sign in to comment.