Skip to content

Commit 769ae48

Browse files
authored
Update go.yml
1 parent bb6b232 commit 769ae48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up Go
5050
uses: actions/setup-go@v5
5151
with:
52-
go-version: ^1.16
52+
go-version: ^1.18
5353

5454
- name: Build for Linux
5555
run: GOOS=linux GOARCH=amd64 go build -o parallel_graph_algorithms-linux-amd64 ./cmd/graph_algo

0 commit comments

Comments
 (0)