Skip to content

Commit a75b385

Browse files
committed
update workflow
1 parent 60539c5 commit a75b385

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflows.yml

Lines changed: 3 additions & 3 deletions
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)