Skip to content

Commit

Permalink
修复 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdhs committed Feb 10, 2024
1 parent 09efee2 commit d7bcbb4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ 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.17
id: go
go-version: "stable"

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit d7bcbb4

Please sign in to comment.