Skip to content

Commit ac1cae9

Browse files
committed
fix:
1 parent 4e54954 commit ac1cae9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/makefile.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,22 @@ jobs:
1010
build:
1111

1212
runs-on: ubuntu-latest
13-
container: golang:1.22.3
1413

1514
steps:
1615
- uses: actions/checkout@v4
1716

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

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

2524
# - name: build using makefile
2625
# run: make websocketd
2726

28-
- name: build and run websocketd
29-
run: go build -buildvcs=false
27+
- name: build websocketd
28+
run: go build
3029

3130
- name: test
3231
run: |

0 commit comments

Comments
 (0)