Skip to content

Commit eb55720

Browse files
authored
Bump go1.18 version (#98)
1 parent ce1bc63 commit eb55720

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
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/setup-go@v3
15+
- uses: actions/setup-go@v4
1616
with:
17-
go-version: 1.18.7
17+
go-version: 1.18.10
1818
- uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 1

0 commit comments

Comments
 (0)