We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e54954 commit ac1cae9Copy full SHA for ac1cae9
.github/workflows/makefile.yml
@@ -10,23 +10,22 @@ jobs:
10
build:
11
12
runs-on: ubuntu-latest
13
- container: golang:1.22.3
14
15
steps:
16
- uses: actions/checkout@v4
17
18
- # - uses: actions/setup-go@v5
19
- # with:
20
- # go-version-file: go.mod
+ - uses: actions/setup-go@v5
+ with:
+ go-version-file: go.mod
21
22
- name: setup client
23
run: wget https://github.com/vi/websocat/releases/latest/download/websocat.x86_64-unknown-linux-musl && chmod +x websocat.x86_64-unknown-linux-musl
24
25
# - name: build using makefile
26
# run: make websocketd
27
28
- - name: build and run websocketd
29
- run: go build -buildvcs=false
+ - name: build websocketd
+ run: go build
30
31
- name: test
32
run: |
0 commit comments