Skip to content

Commit 1c358f0

Browse files
committed
update go version
1 parent 0918f21 commit 1c358f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: '1.17.3'
19+
go-version: '1.18.2'
2020
id: go
2121

2222
- uses: actions/cache@v2
@@ -38,7 +38,7 @@ jobs:
3838
- name: golangci-lint
3939
uses: golangci/golangci-lint-action@v2
4040
with:
41-
version: v1.43
41+
version: v1.46.2
4242

4343
- name: Build
4444
run: make build

0 commit comments

Comments
 (0)