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 bb6b232 commit 769ae48Copy full SHA for 769ae48
.github/workflows/go.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Set up Go
50
uses: actions/setup-go@v5
51
with:
52
- go-version: ^1.16
+ go-version: ^1.18
53
54
- name: Build for Linux
55
run: GOOS=linux GOARCH=amd64 go build -o parallel_graph_algorithms-linux-amd64 ./cmd/graph_algo
0 commit comments