We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729c5b4 commit 811cf6fCopy full SHA for 811cf6f
.github/workflows/master.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Golang env
18
uses: actions/setup-go@v3
19
with:
20
- go-version: 1.17
+ go-version: 1.18
21
cache: true
22
- name: Test
23
run: go test -v ./...
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
- name: Set up Go
24
25
26
27
- name: Run GoReleaser
28
uses: goreleaser/goreleaser-action@v2
go.mod
@@ -1,6 +1,6 @@
1
module github.com/iyear/searchx
2
3
-go 1.17
+go 1.18
4
5
require (
6
github.com/bcicen/jstream v1.0.1
0 commit comments