Skip to content

Commit

Permalink
Merge pull request #615 from cuu508/master
Browse files Browse the repository at this point in the history
Update CI to use Go 1.19
  • Loading branch information
foxcpp authored Aug 22, 2023
2 parents 2c93af4 + bfff2fa commit eff47ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
restore-keys: ${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: 1.18.9
go-version: 1.19
- name: "Verify build.sh"
run: |
./build.sh
Expand Down

0 comments on commit eff47ed

Please sign in to comment.