Skip to content

Commit 605af26

Browse files
committed
update workflow
1 parent de70c8d commit 605af26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflows.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- name: Set up Go 1.17
16-
uses: actions/setup-go@v1
15+
- name: Set up Go 1.18
16+
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.17
18+
go-version: 1.18
1919
id: go
2020

2121
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)