Skip to content

Commit

Permalink
fix null version
Browse files Browse the repository at this point in the history
  • Loading branch information
2xburnt committed Sep 30, 2024
1 parent 7b48604 commit a31b5e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest]
version:
# - version: "null"
# go_version: "1.21"
# - version: "0.1.0"
# go_version: "1.21"
# - version: "0.3.2"
Expand Down Expand Up @@ -61,6 +59,8 @@ jobs:
go_version: "1.22"
- version: "11.0.1"
go_version: "1.22"
- version: "null"
go_version: "1.22"

steps:
- name: Checkout repository
Expand Down
5 changes: 0 additions & 5 deletions Aliases/xiond

This file was deleted.

0 comments on commit a31b5e7

Please sign in to comment.