Skip to content

Commit 914832c

Browse files
committed
[ci] Bump go to 1.18
see goreleaser/goreleaser#3224
1 parent 282c192 commit 914832c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
test:
2525
strategy:
2626
matrix:
27-
go-version: [1.16.x]
27+
go-version: [1.18.x]
2828
os: [ubuntu-latest]
2929
es-major-version:
3030
- "6"
@@ -156,7 +156,7 @@ jobs:
156156
- name: Setup Go
157157
uses: actions/setup-go@v2
158158
with:
159-
go-version: 1.16.x
159+
go-version: 1.18.x
160160
- name: Import GPG key
161161
id: import_gpg
162162
uses: crazy-max/ghaction-import-gpg@v2

0 commit comments

Comments
 (0)