Skip to content

Commit

Permalink
Update actions and go.mod
Browse files Browse the repository at this point in the history
shilangyu committed Jan 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f14c727 commit 55a7861
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ^1.19
go-version: ^1.21
id: go

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Get dependencies
run: go get -v -t -d ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/shilangyu/scoop-search

go 1.14
go 1.21

require github.com/valyala/fastjson v1.6.4

0 comments on commit 55a7861

Please sign in to comment.