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 c880ee1 commit 9d6c4e6Copy full SHA for 9d6c4e6
.github/workflows/makefile.yml
@@ -10,13 +10,14 @@ jobs:
10
build:
11
12
runs-on: ubuntu-latest
13
+ container: golang:1.22.3
14
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: actions/setup-go@v5
18
- with:
19
- go-version-file: go.mod
+ # - uses: actions/setup-go@v5
+ # with:
20
+ # 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
0 commit comments