Skip to content

Commit c8e93d2

Browse files
Fabian Hollerfho
Fabian Holler
authored andcommitted
ci: update go to 1.18
1 parent a468dd6 commit c8e93d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Go
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.17
18+
go-version: 1.18
1919

2020
- name: Check out code
2121
uses: actions/checkout@v2
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Go
3030
uses: actions/setup-go@v2
3131
with:
32-
go-version: 1.17
32+
go-version: 1.18
3333

3434
- name: Check out code
3535
uses: actions/checkout@v2

0 commit comments

Comments
 (0)