Skip to content

Commit

Permalink
ci: fix go version
Browse files Browse the repository at this point in the history
  • Loading branch information
fy0 committed Nov 13, 2023
1 parent c0abf4b commit 0ed744c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: stable
- name: Install dependencies
working-directory: ./sealdice-core
run: |
Expand Down

0 comments on commit 0ed744c

Please sign in to comment.