Skip to content

Commit

Permalink
chore: update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNoteworthy committed Aug 30, 2023
1 parent 39654c2 commit 70d39f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
5 changes: 3 additions & 2 deletions .vscode/launch.json
Expand Up @@ -9,7 +9,8 @@
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${file}"
"program": "${file}",
"args": ["dump", "--file-header"]
},
{
"name": "Attach to Process",
Expand All @@ -26,4 +27,4 @@
"program": "${fileDirname}"
}
]
}
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"elfdump"
]
}

0 comments on commit 70d39f8

Please sign in to comment.