Skip to content

Commit

Permalink
ci: decrease go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed Nov 13, 2023
1 parent 96ab090 commit bc0dee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: "3.10"
- uses: actions/setup-go@v4
with:
go-version: "1.20.1"
go-version: "1.19.13"
- name: Install
run: npm install --ignore-scripts
- name: Build
Expand Down

0 comments on commit bc0dee9

Please sign in to comment.