File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818 - uses : actions/setup-go@v5
1919 with :
20- go-version-file : ./go.mod
20+ # HACK(mafredri): The exampels and thirdparty library require Go 1.24
21+ # due to `golang.org/x/crypto` import, so lint tools must be built by
22+ # the highest version of Go used.
23+ go-version-file : ./internal/thirdparty/go.mod
2124 - run : make fmt
2225
2326 lint :
2730 - run : go version
2831 - uses : actions/setup-go@v5
2932 with :
30- go-version-file : ./go.mod
33+ # HACK(mafredri): The exampels and thirdparty library require Go 1.24
34+ # due to `golang.org/x/crypto` import, so lint tools must be built by
35+ # the highest version of Go used.
36+ go-version-file : ./internal/thirdparty/go.mod
3137 - run : make lint
3238
3339 test :
Original file line number Diff line number Diff line change 11module github.com/coder/websocket
22
3- go 1.24.7
3+ go 1.23.12
You can’t perform that action at this time.
0 commit comments