We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b87bfc commit 4afea08Copy full SHA for 4afea08
1 file changed
.github/workflows/deadlock_tool.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v2
11
- uses: actions/setup-go@v2
12
with:
13
- go-version: '1.26.3'
+ go-version: '1.26.4'
14
- name: Build
15
run: go build -v -o ./analyze_deadlock.exe ./utils/analyze_deadlock.go
16
- name: Release
0 commit comments