Skip to content

Commit

Permalink
chore(go): upgrade to v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Sep 29, 2022
1 parent 729c5b4 commit 811cf6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Golang env
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18
cache: true
- name: Test
run: go test -v ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18
cache: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/iyear/searchx

go 1.17
go 1.18

require (
github.com/bcicen/jstream v1.0.1
Expand Down

0 comments on commit 811cf6f

Please sign in to comment.