Skip to content

Commit 883fed3

Browse files
committed
chore(.github/action): update CI env go version to 1.18
1 parent c1b32d8 commit 883fed3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go
1+
name: CI
22

33
on:
44
push:
@@ -8,15 +8,15 @@ on:
88

99
jobs:
1010

11-
build:
11+
tests:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
1515

1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.16
19+
go-version: 1.18
2020

2121
- name: Test
2222
run: go test -v ./pkg/...

0 commit comments

Comments
 (0)