Skip to content

Commit 811cf6f

Browse files
committed
chore(go): upgrade to v1.18
1 parent 729c5b4 commit 811cf6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Golang env
1818
uses: actions/setup-go@v3
1919
with:
20-
go-version: 1.17
20+
go-version: 1.18
2121
cache: true
2222
- name: Test
2323
run: go test -v ./...

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v3
2424
with:
25-
go-version: 1.17
25+
go-version: 1.18
2626
cache: true
2727
- name: Run GoReleaser
2828
uses: goreleaser/goreleaser-action@v2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/iyear/searchx
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/bcicen/jstream v1.0.1

0 commit comments

Comments
 (0)