Skip to content

Commit 9d6c4e6

Browse files
committed
fix:
1 parent c880ee1 commit 9d6c4e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/makefile.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ jobs:
1010
build:
1111

1212
runs-on: ubuntu-latest
13+
container: golang:1.22.3
1314

1415
steps:
1516
- uses: actions/checkout@v4
1617

17-
- uses: actions/setup-go@v5
18-
with:
19-
go-version-file: go.mod
18+
# - uses: actions/setup-go@v5
19+
# with:
20+
# go-version-file: go.mod
2021

2122
- name: setup client
2223
run: wget https://github.com/vi/websocat/releases/latest/download/websocat.x86_64-unknown-linux-musl && chmod +x websocat.x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)