Skip to content

Commit

Permalink
.github/workflows/push.yml: Keep only 1.21.x for now
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Mar 2, 2024
1 parent 7b5a3b7 commit f59dfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.21.x", "1.22.x"]
go: ["1.21.x"]

steps:
- name: Install Go ${{ matrix.go }}
Expand Down

0 comments on commit f59dfcf

Please sign in to comment.